mirror of https://github.com/docker/docs.git
Removed output from console text (#18296)
When someone is copying everything in the console section in this instance, they are also copying the output. This is unnecessary and potentially confusing.
This commit is contained in:
parent
db84885c71
commit
e4fe643057
|
@ -56,10 +56,13 @@ For Compose standalone, see [Install Compose Standalone](standalone.md).
|
|||
|
||||
```console
|
||||
$ docker compose version
|
||||
Docker Compose version vN.N.N
|
||||
```
|
||||
|
||||
Where `vN.N.N` is placeholder text standing in for the latest version.
|
||||
Expected output:
|
||||
```
|
||||
Docker Compose version vN.N.N
|
||||
```
|
||||
Where `vN.N.N` is placeholder text standing in for the latest version.
|
||||
|
||||
### Update Compose
|
||||
|
||||
|
|
Loading…
Reference in New Issue