mirror of https://github.com/docker/cli.git
Docs: correct the description of docker cp
Signed-off-by: Lei Jitang <leijitang@huawei.com>
This commit is contained in:
parent
65c5e2b950
commit
9ec9856889
|
@ -109,7 +109,7 @@ complete -c docker -A -f -n '__fish_seen_subcommand_from commit' -s p -l pause -
|
||||||
complete -c docker -A -f -n '__fish_seen_subcommand_from commit' -a '(__fish_print_docker_containers all)' -d "Container"
|
complete -c docker -A -f -n '__fish_seen_subcommand_from commit' -a '(__fish_print_docker_containers all)' -d "Container"
|
||||||
|
|
||||||
# cp
|
# cp
|
||||||
complete -c docker -f -n '__fish_docker_no_subcommand' -a cp -d "Copy files/folders from a container's filesystem to the host path"
|
complete -c docker -f -n '__fish_docker_no_subcommand' -a cp -d "Copy files/folders between a container and the local filesystem"
|
||||||
complete -c docker -A -f -n '__fish_seen_subcommand_from cp' -l help -d 'Print usage'
|
complete -c docker -A -f -n '__fish_seen_subcommand_from cp' -l help -d 'Print usage'
|
||||||
|
|
||||||
# create
|
# create
|
||||||
|
|
|
@ -184,7 +184,7 @@ unix://[/path/to/socket] to use.
|
||||||
See **docker-commit(1)** for full documentation on the **commit** command.
|
See **docker-commit(1)** for full documentation on the **commit** command.
|
||||||
|
|
||||||
**cp**
|
**cp**
|
||||||
Copy files/folders from a container's filesystem to the host
|
Copy files/folders between a container and the local filesystem
|
||||||
See **docker-cp(1)** for full documentation on the **cp** command.
|
See **docker-cp(1)** for full documentation on the **cp** command.
|
||||||
|
|
||||||
**create**
|
**create**
|
||||||
|
|
Loading…
Reference in New Issue