docker安装jenkins

镜像来源: https://hub.docker.com/r/library/jenkins/ 镜像版本: jenkins:2.60.1 docker-compose.yml version: '2' services: nexus: image: jenkins:2.60.1 restart: always volumes: - "/etc/localtime:/etc/localtime:ro
相关文章
相关标签/搜索