DEV Community

Mạnh Đạt
Mạnh Đạt

Posted on

2 1

One line to delete all docker images

In case you need to delete all docker images from your system, use this command:

docker image ls | awk '{print $1":"$2}' | xargs docker image rm

Top comments (0)

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More