Docker: How to Delete all Images and Containers

preview_player
Показать описание
Twitter: @webpwnized

Topics: Deleting or purging all images and containers in a project, Starting fresh, rebuilding the entire project

Thank you for watching. Please upvote and subscribe. Managing Docker images and contains can be done with the docker command-line tool. Docker images and containers are listed using the "docker images" and "docker ps" commands along with various switches. This can be combined with other commands to delete all the images and containers in a project so the project can be rebuilt from scratch prior to deployment.

This video series explains how to use these tools in various situations.
Рекомендации по теме
Комментарии
Автор

Thank you . Docker images were piling up in my system and increasing in size.

danalex
Автор

Thank you for making a great easy to follow video

grahammccann
Автор

This is exactly what I am looking for.

YahiaHegazy