Copier le fichier à partir du conteneur Docker pour héberger
docker cp <containerId>:/file/path/within/container /host/path/target
Jealous Jaguar
docker cp <containerId>:/file/path/within/container /host/path/target
# container to host
ocker cp <containerId>:/file/path/within/container /host/path/target
# host to container
docker cp /host/local/path/file <containerId>:/file/path/in/container/file
docker cp /yourpaht/yourfile <containerId>:/var/jenkins_home