Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

docker remove container

//Check if the container is running
docker ps -a

//stop the container
docker stop <container_id>

//remove the container
docker rm <container_id>
Source by phoenixnap.com #
 
PREVIOUS NEXT
Tagged: #docker #remove #container
ADD COMMENT
Topic
Name
6+8 =