• Home
  • Archives
  • About
  DBA Plus
  • Home
  • Archives
  • About
  • Docker
  • Redis
  • MySQL
  • Greenplum

Docker

基本命令

列出已经下载下来的镜像(顶级镜像)
docker images

显示所有镜像,包括中间层镜像
docker images -a

列出关于 ubntu 的镜像
docker images ubuntu

列出指定仓库名、标签的镜像
docker images ubuntu:16.04

虚悬镜像(dangling image)
docker images -f dangling=true

删除虚悬镜像
docker rmi $(docker images -q -f dangling=true)

2017/7/29 posted in  Docker
comments

DBA Plus

Fake it until you become it.
Instagram Weibo GitHub RSS

Categories

Docker Redis MySQL Greenplum

Recent Posts

  • Docker
  • MySQL登陆验证 & old password
  • 安装 Performance Monitor
  • Greenplum 安装篇
  • MySQL Group Replication

Copyright © 2015 Powered by MWeb,  Theme used GitHub CSS.