0

Docker常用命令笔记(持续补充更新)

 1 year ago
source link: https://www.iplayio.cn/post/9614312
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

Docker常用命令笔记(持续补充更新)

发布:3小时前 更新:3小时前 folder_open 云计算平台 Docker comment

原文地址:Docker常用命令笔记(持续补充更新)

Docker常用命令学习笔记,这是一个没有完成的文章,后续会不断补充。

一、docker帮助命令

docker [command] --help

二、docker镜像相关命令

拉取镜像命令

docker pull <镜像名称>[:版本号]

查看本地所有镜像

docker images

从docker hub搜索镜像

docker search <镜像名>

删除本地镜像,提示:rmi是删除镜像,i就是image的首字母,使用rm命令则是删除容器

docker rmi <镜像名>

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK