1.拉取jenkins镜像images(类比:java中的类)
docker pull jenkinsci/jenkins:lts 或 docker pull jenkins //从dockerhub上拉取最新镜像
2.运行jenkins,实例化为容器(类比:java中的对象)