Published
- 1 min read
docker destroy all
The solution for this is noted below
docker destroy all
Solution
sudo docker rm $(sudo docker ps -a -q)
Try other methods by searching on the site. That is if this doesn’t work
Published
- 1 min read
The solution for this is noted below
sudo docker rm $(sudo docker ps -a -q)
Try other methods by searching on the site. That is if this doesn’t work