docs: add user sign for console blocks

Signed-off-by: David Karlsson <david.karlsson@docker.com>
This commit is contained in:
David Karlsson 2022-10-18 12:50:14 +02:00
parent ca2718366e
commit 167c77baec
5 changed files with 5 additions and 5 deletions

View File

@ -16,7 +16,7 @@ The `azblob` cache store uploads your resulting build cache to
> driver (which can act as a simple drop-in replacement): > driver (which can act as a simple drop-in replacement):
> >
> ```console > ```console
> docker buildx create --use --driver=docker-container > $ docker buildx create --use --driver=docker-container
> ``` > ```
## Synopsis ## Synopsis

View File

@ -20,7 +20,7 @@ inside your GitHub action pipelines, as long as your use case falls within the
> driver (which can act as a simple drop-in replacement): > driver (which can act as a simple drop-in replacement):
> >
> ```console > ```console
> docker buildx create --use --driver=docker-container > $ docker buildx create --use --driver=docker-container
> ``` > ```
## Synopsis ## Synopsis

View File

@ -15,7 +15,7 @@ solution.
> driver (which can act as a simple drop-in replacement): > driver (which can act as a simple drop-in replacement):
> >
> ```console > ```console
> docker buildx create --use --driver=docker-container > $ docker buildx create --use --driver=docker-container
> ``` > ```
## Synopsis ## Synopsis

View File

@ -20,7 +20,7 @@ everything that the inline cache can do, and more:
> driver (which can act as a simple drop-in replacement): > driver (which can act as a simple drop-in replacement):
> >
> ```console > ```console
> docker buildx create --use --driver=docker-container > $ docker buildx create --use --driver=docker-container
> ``` > ```
## Synopsis ## Synopsis

View File

@ -17,7 +17,7 @@ bucket.
> driver (which can act as a simple drop-in replacement): > driver (which can act as a simple drop-in replacement):
> >
> ```console > ```console
> docker buildx create --use --driver=docker-container > $ docker buildx create --use --driver=docker-container
> ``` > ```
## Synopsis ## Synopsis