Docker for Jenkins & Maven & Supervisord & Weblogic & sshd
369
docker run -d -p 2222:22 -p 8080:8080 -p 9001:9001 --name=jenkins \
-v /YOULVOL/jenkins/:/data/ -v /YOULVOL/sshkey/:/sshkey/ playniuniu/jenkins-all
You need prepare an authorized_keys for ssh login, password login is not permit
This contianer already contains oralce-jdk-8, maven-3.3, weblogic-12.2.1.2 and ansible
Jenkins is run over the tomcat-8 server
tomcat and ssh service is managed by supervisord
Content type
Image
Digest
Size
1.3 GB
Last updated
almost 10 years ago
docker pull playniuniu/jenkins-all