2 Matching Annotations
- Nov 2016
-
hub.docker.com hub.docker.com
-
COPY plugins.txt /usr/share/jenkins/ref/
Replace config.xml
COPY config.xml /usr/share/jenkins/ref/
Tried to use this approach to replace config.xml with my own without success. My config.xml gets copied to $JENKINS_HOME but shortly after calling
docker run
it gets replaced with the default config.xml.COPY config.xml /var/jenkins_home (does not work either)
-
- Sep 2016
-
www.coursera.org www.coursera.org
-
Progroamming
Typo :)
-