29161/remove-old-and-unused-docker-images
Here is what you can try.
docker system prune will delete all dangling data (i.e. In order: containers stopped, volumes without containers and images with no containers). Even unused data, with -a option.
You can also use one of the below option to fulfill your requirement:
For unused image,
docker image prune -a
I hope that it will help you resolve your query.
Now, the Toolbox works through docker-machine. The way ...READ MORE
Kubernetes is an open-source tool for automating ...READ MORE
Open Visual Studio and create a new project. Select ASP.Net Core Web ...READ MORE
There is a URL on your output ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
It can work if you try to put ...READ MORE
When you use docker-compose down, all the ...READ MORE
To solve this problem, I followed advice ...READ MORE
To save an image to any file ...READ MORE
Below is reference which you can follow to know ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.