📌  相关文章
📜  只检查正在运行的容器的名称 - Shell-Bash 代码示例

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

代码示例1
# Try removing the table part from your --format argument, such as:

docker ps --format '{{.Names}}'

# It should give you a simple list of container names with no table heading