Man page - docker-compose-cp(1)

Packages contains this manual

Manual

DOCKER-COMPOSE-CP

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
OPTIONS INHERITED FROM PARENT COMMANDS
SEE ALSO

NAME

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

SYNOPSIS

docker compose cp [OPTIONS] SERVICE:SRC_PATH DEST_PATH|-

docker compose cp [OPTIONS] SRC_PATH|- SERVICE:DEST_PATH

DESCRIPTION

Copy files/folders between a service container and the local filesystem

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

--index =0

Index of the container if service has multiple replicas

OPTIONS INHERITED FROM PARENT COMMANDS

--dry-run [=false]

Execute command in dry run mode

SEE ALSO

docker-compose(1)