mirror of https://github.com/docker/cli.git
Merge pull request #3524 from thaJeztah/docs_fix_yaml_formatting
docs: reference: remove trailing space to fix yaml formatting
This commit is contained in:
commit
984b580cab
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue