docker 命令 :
1、pull 拉取
2、build 构建
3、run 运行
4、stop 停止
5、restart 重启
6、exec 进入容器
课程总结1
Docker课程总结
docker pull ,build , run , stop, restart ,exec
from hub.c.163.com/library/tomcat
MAINTAINER xiaohu.zheng xxx@163.com
COPY jpress-web-newest.war /usr/local/tomcat/webapps
docker命令pull,build,run,stop,restart,exec
build ship run