1. 首页
  2. 数据库
  3. 其它
  4. docker基本操作常用命令

docker基本操作常用命令

上传者: 2021-01-31 14:41:14上传 PDF文件 56.78KB 热度 15次
1、镜像是Docker运行容器的前提。 首先下载一个hello world镜像。下载前可以先搜索一下。 docker search hello-world docker pull hello-world 2、下载后可以使用如下命令查看: [root@localhost ~]# docker images REPOSITORY TAG IMAGE ID CREATED SIZE hello-world latest fce
下载地址
用户评论