Published
- 1 min read
docker remove all containers and images
The solution for this is noted below
docker remove all containers and images
Solution
docker container rm $(docker container ls -aq)
Try other methods by searching on the site. That is if this doesn’t work