Загрузка страницы

How to Delete Docker Image

Hello friend, its maulana

Today, I want to share how to delete docker images

lets begin

1. open terminal
2. stop the running container
docker stop $(docker ps -a -q)
if the result like that, its mean thereis no container running
3. lets check the images
docker images
4. here we have 3 images, i want to delet the last one
docker rmi image id
5. No i have succesfully deleted the images
6. if you want to delete multiple image you can use
docker rmi image id image id image id
7. Or if you want to delete all images you can use
docker rmi $(docker images -q)
Okey, thats all for today, thanks for watching
have a nice day

Видео How to Delete Docker Image канала Maulana Ali Arifin
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
7 января 2022 г. 18:00:00
00:04:43
Яндекс.Метрика