Provided by: docker.io_18.09.7-0ubuntu1~16.04.7_amd64 bug

NAME

       docker-cp - Copy files/folders between a container and the local filesystem

SYNOPSIS

       docker cp [OPTIONS] CONTAINER:SRC_PATH DEST_PATH|-
           docker cp [OPTIONS] SRC_PATH|- CONTAINER:DEST_PATH

DESCRIPTION

       Alias for docker container cp.

OPTIONS

       -a, --archive[=false]
           Archive mode (copy all uid/gid information)

       -L, --follow-link[=false]
           Always follow symbol link in SRC_PATH

       -h, --help[=false]
           help for cp

SEE ALSO

       docker(1)