赞
踩
1、获取帮助
# docker image --help
2、列表本地镜像
# docker image ls
要点:
熟悉显示信息
REPOSITORY,仓库名
TAG ,标签(版本)
IMAGE ID ,镜像的id(唯一)
CREATED ,创建时间
SIZE,大小
3、拉取(下载)镜像
# docker image pull ubuntu
# docker image pull alpine
# docker image pull busybox
# docker image ls
4、删除镜像
# docker image rm busybox:latest
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。