mirror of https://github.com/docker/docs.git
14 lines
406 B
YAML
14 lines
406 B
YAML
command: docker cp
|
|
short: Copy files/folders between a container and the local filesystem
|
|
long: |
|
|
Alias for `docker container cp`.
|
|
usage: "docker cp [OPTIONS] CONTAINER:SRC_PATH DEST_PATH|-\n\tdocker cp [OPTIONS]
|
|
SRC_PATH|- CONTAINER:DEST_PATH"
|
|
pname: docker
|
|
plink: docker.yaml
|
|
options:
|
|
- option: follow-link
|
|
shorthand: L
|
|
default_value: "false"
|
|
description: Always follow symbol link in SRC_PATH
|