📌  相关文章
📜  调用远程方法 'compose-action' docker macos 时出错 - 无论代码示例

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

代码示例1
Find the container id using 
docker ps command in terminal

- docker ps -a (will show all containers), 
- docker ps -l (the last created container).

docker rm  (will remove container)