This will store the workspace in /var/jenkins_home. All Jenkins data lives in there - including plugins and configuration. You will probably want to make that a persistent volume (recommended):
docker run --name jenkins -itd -p 8080:8080 -p 50000:50000 -v /Users/lucky/jenkins:/var/jenkins_home jenkins
查看日志
docker logs -f jenkins
- 我的QQ
- QQ扫一扫
-
- 我的头条
- 头条扫一扫
-
评论