Docker to copy entire folder


To copy entire folder from a running docker instance, all you have to do is use the following command.

docker cp :/my/folder_name_only

docker run --name targetdockerapp --rm -d ${{ parameters.dockerRegistryName }}/${{ parameters.dockerRepositoryName }}:latest 

docker cp targetdockerapp:app/target/site/jacoco $(System.DefaultWorkingDirectory)

Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm