windows安装jenkins(docker安装)
install DockerSystem Requirements: Windows 10 64bit: Pro, Enterprise or Education (Build 15063 or later).Virtualization is enabled in BIOS. Typically, virtualization is enabled by default. This is different from having Hyper-V enabled. For more detail see Virtualization must be enabled in Troubleshooting.CPU SLAT-capable feature.At least 4GB of RAM. download DockerCE for windows install jenkins用cmd命令窗口执行下述命令 docker run ^ --rm ^ -u root ^ -p 8080:8080 ^ -v jenkins-data:/var/jenkins_home ^ -v /var...
