📅  最后修改于: 2022-03-11 14:55:00.853000             🧑  作者: Mango
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)