mirror of https://github.com/docker/docs.git
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
This commit is contained in:
parent
bbe9996f46
commit
b45087c12c
|
|
@ -52,7 +52,7 @@ $ docker scout sbom --format list alpine
|
||||||
### Only display packages of a specific type
|
### Only display packages of a specific type
|
||||||
|
|
||||||
```console
|
```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
|
### Display the full SBOM as json
|
||||||
|
|
|
||||||
|
|
@ -54,7 +54,7 @@ you can use the `daemon.json` file, if your distribution doesn't use systemd.
|
||||||
4. Reload the `systemctl` configuration.
|
4. Reload the `systemctl` configuration.
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ sudo systemctl daemon-reload
|
$ sudo systemctl daemon-reload
|
||||||
```
|
```
|
||||||
|
|
||||||
5. Restart Docker.
|
5. Restart Docker.
|
||||||
|
|
|
||||||
|
|
@ -145,7 +145,7 @@ Docker from the repository.
|
||||||
To install the latest version, run:
|
To install the latest version, run:
|
||||||
|
|
||||||
```console
|
```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 >}}
|
{{< /tab >}}
|
||||||
|
|
|
||||||
|
|
@ -137,7 +137,7 @@ Docker from the repository.
|
||||||
To install the latest version, run:
|
To install the latest version, run:
|
||||||
|
|
||||||
```console
|
```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 >}}
|
{{< /tab >}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue