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

MySQL登陆验证 & old password

Read more   2017/7/22 posted in  MySQL

安装 Performance Monitor

Read more   2017/7/16 posted in  Greenplum

Greenplum 安装篇

Read more   2017/7/16 posted in  Greenplum

MySQL Group Replication

Read more   2017/7/15 posted in  MySQL

Redis Install 3.2.9

Read more   2017/7/14 posted in  Redis

Why Redis

Read more   2017/7/14 posted in  Redis

Redis 命令

Read more   2017/7/14 posted in  Redis

Redis 内部编码

Read more   2017/7/14 posted in  Redis

Percona XtraDB Cluster vs Galera Cluster vs MySQL Group Replication

Read more   2017/7/13 posted in  MySQL