mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-18 00:47:48 +08:00
Merge pull request #1361 from dvdksn/docs-fix-cache-codeblocks
docs: add user sign for console blocks
This commit is contained in:
commit
255a3ec82c
2
docs/guides/cache/azblob.md
vendored
2
docs/guides/cache/azblob.md
vendored
@ -16,7 +16,7 @@ The `azblob` cache store uploads your resulting build cache to
|
||||
> driver (which can act as a simple drop-in replacement):
|
||||
>
|
||||
> ```console
|
||||
> docker buildx create --use --driver=docker-container
|
||||
> $ docker buildx create --use --driver=docker-container
|
||||
> ```
|
||||
|
||||
## Synopsis
|
||||
|
2
docs/guides/cache/gha.md
vendored
2
docs/guides/cache/gha.md
vendored
@ -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):
|
||||
>
|
||||
> ```console
|
||||
> docker buildx create --use --driver=docker-container
|
||||
> $ docker buildx create --use --driver=docker-container
|
||||
> ```
|
||||
|
||||
## Synopsis
|
||||
|
2
docs/guides/cache/local.md
vendored
2
docs/guides/cache/local.md
vendored
@ -15,7 +15,7 @@ solution.
|
||||
> driver (which can act as a simple drop-in replacement):
|
||||
>
|
||||
> ```console
|
||||
> docker buildx create --use --driver=docker-container
|
||||
> $ docker buildx create --use --driver=docker-container
|
||||
> ```
|
||||
|
||||
## Synopsis
|
||||
|
2
docs/guides/cache/registry.md
vendored
2
docs/guides/cache/registry.md
vendored
@ -20,7 +20,7 @@ everything that the inline cache can do, and more:
|
||||
> driver (which can act as a simple drop-in replacement):
|
||||
>
|
||||
> ```console
|
||||
> docker buildx create --use --driver=docker-container
|
||||
> $ docker buildx create --use --driver=docker-container
|
||||
> ```
|
||||
|
||||
## Synopsis
|
||||
|
2
docs/guides/cache/s3.md
vendored
2
docs/guides/cache/s3.md
vendored
@ -17,7 +17,7 @@ bucket.
|
||||
> driver (which can act as a simple drop-in replacement):
|
||||
>
|
||||
> ```console
|
||||
> docker buildx create --use --driver=docker-container
|
||||
> $ docker buildx create --use --driver=docker-container
|
||||
> ```
|
||||
|
||||
## Synopsis
|
||||
|
Loading…
x
Reference in New Issue
Block a user