1
0
mirror of https://github.com/docker/cli.git synced 2025-07-30 17:03:07 +03:00

docs: reference: remove trailing space to fix yaml formatting

This was introduced in 41a5e0e4df, and
having the trailing whitespace causes the yamldocs generator to
switch to "compact" formatting, which makes that yaml hard to read.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2022-04-01 21:31:14 +02:00
parent c23d45f0c9
commit 4b35192d7c

View File

@ -94,7 +94,7 @@ you must be explicit with a relative or absolute path, for example:
Copy a local file into container
```console
$ docker cp ./some_file CONTAINER:/work
$ docker cp ./some_file CONTAINER:/work
```
Copy files from container to local path