工作備忘錄
好記性不如爛筆頭
2024年2月27日 星期二
docker ps 輸出結果格式化
1.開啟~/.docker/config.json。(不存在則新增)
2.編輯內容,新增屬性"psFormat",輸出欄位可參照
Format the output (--format)
。
{
"psFormat"
:
"table {{.Names}}\t{{.Image}}\t{{.Status}}
\t{{.Ports}}
"
}
參考來源:
Docker CLI configuration file (config.json) properties
較新的文章
較舊的文章
首頁