Correction jenkins permission denied

This commit is contained in:
Mathieu Sanchez 2019-04-05 14:39:09 +09:00
parent 862207fc86
commit 95859a7fbe

View File

@ -1,9 +1,8 @@
mkdir /home/c2a/jenkins_home
chmod 777 /home/c2a/jenkins_home
docker run --detach \
--name jenkins \
--publish 8002:8080 \
--publish 50000:50000 \
--volume /var/jenkins_home:/var/jenkins_home \
--user root \
--restart unless-stopped \
jenkins/jenkins:lts