``` docker run -v my-jenkins-volume:/data --name helper busybox true docker cp . helper:/data docker rm helper ```