Skip to content

Docker PS 格式化

字数
14 字
阅读时间
1 分钟
bash
vi ~/.docker/config.json

{
	"psFormat": "table {{.ID}}\\t{{.Names}}\\t{{.Image}}\\t{{.Status}}\\t{{.Ports}}"
}

撰写