1.搜索镜像信息 docker search it-tools 2.拉取镜像 docker pull corentinth/it-tools 3.新建一个容器 docker run -d --name it-tools --restart unless-stopped -p 8080:80 corentinth/it-tools:latest 4.登录地址访问