Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我运行 docker ps 命令,它将显示图像 ID(pic1),但我希望它显示图像名称(pic2),我应该怎么做 pic1
图2
docker ps -a --format 'table {{.Image}}'