用docker搜索镜像luode0320/web-start
# docker search luode0320/web-start
下载镜像
# docker pull luode0320/web-start
查看下载的镜像
# docker images
如果镜像存在就可以启动了
# docker run --restart=always --name web -d -p 2000:2000 luode0320/web-start:latest
访问 IP:2000
标签:luode0320,简约,web,Dokcer,导航页,start,2000,镜像,docker From: https://www.cnblogs.com/zhaoqian0129/p/17762663.html