Docker容器基础操作
容器(container)是Docker镜像的运行实例,类似于可执行文件与进程的关系,Docker是容器引擎,相当于系统平台。
容器的生命周期文章来源:https://www.toymoban.com/news/detail-612095.html
文章来源地址https://www.toymoban.com/news/detail-612095.html
容器的基础操作(以 tomcat8.0 为例)
# 拉取tomcat8.0镜像
[root@tudou tudou]# docker pull tomcat:8.0
8.0: Pulling from library/tomcat
57df1a1f1ad8: Pull complete
71e126169501: Pull complete
1af28a55c3f3: Pull complete
03f1c9932170: Pull complete
881ad7aafb13: Pull complete
9c0ffd4062f3: Pull complete
bd62e479351a: Pull complete
48ee8bc64dbc: Pull complete
6daad3485ea7: Pull complete
bc07a0199
到了这里,关于Docker 容器基础操作的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!