From 167c77baeccf4b0d70abff16cf337ec0e091640b Mon Sep 17 00:00:00 2001 From: David Karlsson Date: Tue, 18 Oct 2022 12:50:14 +0200 Subject: [PATCH] docs: add user sign for console blocks Signed-off-by: David Karlsson --- docs/guides/cache/azblob.md | 2 +- docs/guides/cache/gha.md | 2 +- docs/guides/cache/local.md | 2 +- docs/guides/cache/registry.md | 2 +- docs/guides/cache/s3.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/guides/cache/azblob.md b/docs/guides/cache/azblob.md index a2430cb9..2158b32b 100644 --- a/docs/guides/cache/azblob.md +++ b/docs/guides/cache/azblob.md @@ -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 diff --git a/docs/guides/cache/gha.md b/docs/guides/cache/gha.md index 072db488..b34b5a32 100644 --- a/docs/guides/cache/gha.md +++ b/docs/guides/cache/gha.md @@ -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 diff --git a/docs/guides/cache/local.md b/docs/guides/cache/local.md index 2a84fcc9..64ceac7c 100644 --- a/docs/guides/cache/local.md +++ b/docs/guides/cache/local.md @@ -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 diff --git a/docs/guides/cache/registry.md b/docs/guides/cache/registry.md index 5310a52e..fa65d934 100644 --- a/docs/guides/cache/registry.md +++ b/docs/guides/cache/registry.md @@ -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 diff --git a/docs/guides/cache/s3.md b/docs/guides/cache/s3.md index 53048db9..08867400 100644 --- a/docs/guides/cache/s3.md +++ b/docs/guides/cache/s3.md @@ -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