December 2017
Beginner to intermediate
362 pages
8h 35m
English
We now have our newly created empty data volumes. Let's copy the content of jenkins-home-prod to each of them:
sudo docker run --rm -it --user root \ -v jenkins-home-prod:/var/jenkins_home \ -v jenkins-home-staging:/var/jenkins_home_staging \ jenkins/jenkins:lts bash -c "cd /var/jenkins_home_staging \ && cp -a /var/jenkins_home/* ."
Read now
Unlock full access