📜  停止容器泊坞窗 - 任何代码示例

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

代码示例6
// Chcek wether the container is running or not
docker ps
// Stop container by using either container id or name
docker stop 
// Stop container based on seconds
docker stop  -t