📜  docker images only name - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:32.590000             🧑  作者: Mango

代码示例1
$( docker images | tr ' ' '\t' |cut -d $'\t' -f 1 )