Answers for "You are about to remove the container 'hopeful_franklin' and all its data. Do you want to continue"

20

docker stop all

docker stop $(docker ps -a -q)
docker rm $(docker ps -a -q)
Posted by: Guest on May-10-2020

Code answers related to "You are about to remove the container 'hopeful_franklin' and all its data. Do you want to continue"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language