1. Download war package
https://mirror.xmission.com/jenkins/war-stable/
- Select your target version and download war file, or copy the download url[……]
https://mirror.xmission.com/jenkins/war-stable/
/etc/docker/daemon.json
文件,如果没有就创建,文件中加入registry-mirrors
{
"registry-mirrors": ["https://docker.mirrors.ustc.edu.cn", "http://hub-mirror.c.163.com[......]
/usr/local/nginx/conf
文件目录:/usr/local/nginx/html
/usr/local/etc/
$ docker search centos
NAME DESCRIPTION STARS OFFICIAL AUTOMATED
centos[......]
Docker分为Client与Enginer两端,可以类比Mysql,一个服务端程序一个控制台程序
以CentOS为例,Enginer的安装分为以下步骤
$ sudo yum remove docker \
docker-[......]