Loading ...

Stop And Clean All Docker Containers In Ubuntu

Hi,

just small note on topic how to remove and delete all docker containers in ubuntu:

sudo docker stop $(sudo docker ps -a -q)

sudo docker rm $(sudo docker ps -a -q)

Be the first to rate this post

  • Currently 0.0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5