From b45087c12c736fa980e71a462afb336b5d0c163b Mon Sep 17 00:00:00 2001 From: Thomas Burgess Date: Wed, 23 Aug 2023 09:44:37 -0500 Subject: [PATCH] Leading space typo in a few console commands (#17993) * Typo in debian.md Leading space in console command caused "$" to be copied when clicking the copy button for the command. * removed leading space on console commands that caused a formatting issue --- _vendor/github.com/docker/scout-cli/docs/scout_sbom.md | 2 +- content/config/daemon/remote-access.md | 2 +- content/engine/install/debian.md | 4 ++-- content/engine/install/raspberry-pi-os.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_vendor/github.com/docker/scout-cli/docs/scout_sbom.md b/_vendor/github.com/docker/scout-cli/docs/scout_sbom.md index 660caa08f2..931f7bc45a 100644 --- a/_vendor/github.com/docker/scout-cli/docs/scout_sbom.md +++ b/_vendor/github.com/docker/scout-cli/docs/scout_sbom.md @@ -52,7 +52,7 @@ $ docker scout sbom --format list alpine ### Only display packages of a specific type ```console - $ docker scout sbom --format list --only-package-type apk alpine +$ docker scout sbom --format list --only-package-type apk alpine ``` ### Display the full SBOM as json diff --git a/content/config/daemon/remote-access.md b/content/config/daemon/remote-access.md index 6752853115..e9e8004653 100644 --- a/content/config/daemon/remote-access.md +++ b/content/config/daemon/remote-access.md @@ -54,7 +54,7 @@ you can use the `daemon.json` file, if your distribution doesn't use systemd. 4. Reload the `systemctl` configuration. ```console - $ sudo systemctl daemon-reload + $ sudo systemctl daemon-reload ``` 5. Restart Docker. diff --git a/content/engine/install/debian.md b/content/engine/install/debian.md index 3bd0399eb2..d8df34feb1 100644 --- a/content/engine/install/debian.md +++ b/content/engine/install/debian.md @@ -145,7 +145,7 @@ Docker from the repository. To install the latest version, run: ```console - $ sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin + $ sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin ``` {{< /tab >}} @@ -272,4 +272,4 @@ You have to delete any edited configuration files manually. - Continue to [Post-installation steps for Linux](linux-postinstall.md). - Review the topics in [Develop with Docker](../../develop/index.md) to learn - how to build new applications using Docker. \ No newline at end of file + how to build new applications using Docker. diff --git a/content/engine/install/raspberry-pi-os.md b/content/engine/install/raspberry-pi-os.md index 5ad09904d1..0955aaa3ca 100644 --- a/content/engine/install/raspberry-pi-os.md +++ b/content/engine/install/raspberry-pi-os.md @@ -137,7 +137,7 @@ Docker from the repository. To install the latest version, run: ```console - $ sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin + $ sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin ``` {{< /tab >}}