随笔分类 -  容器

摘要:镜像,容器,仓库。镜像相当于类,容器相当于实例,仓库用于存放镜像,类似于github。 一.常用命令 docker pull 下载镜像 docker push上传镜像 docker search 搜索镜像 docker create 创建镜像 :创建镜像可以基于dockerfile,也可以基于doc 阅读全文
posted @ 2019-02-23 15:33 zhong12322 阅读(154) 评论(0) 推荐(0)
摘要:参考博客:https://blog.csdn.net/yx_222/article/details/80936757 https://www.cnblogs.com/clsn/p/8410309.html docker安装tomcat并且在后台运行:http://www.runoob.com/doc 阅读全文
posted @ 2019-01-24 14:58 zhong12322 阅读(144) 评论(0) 推荐(0)