Answers for "copy a file from local machine to docker container"

0

copy a file from local machine to docker container

docker cp <Path in the local machine> <Container ID>:<Path of file inside the container>
Posted by: Guest on May-02-2022

Code answers related to "copy a file from local machine to docker container"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language