#11 Docker Tutorial | Temporary Container

Опубликовано: 01 Январь 1970
на канале: One Minute Notes
202
11

Docker playlist
   • Playlist  

How to autoremove docker container?
How to use --rm flag?
How to create temporary containers?



Running containers with --rm flag is good for those containers that you use for very short while just to accomplish something, e.g., compile your application inside a container, or just testing something that it works, and then you are know its a short lived container and you tell your Docker daemon that once its done running, erase everything related to it and save the disk space.


$ docker run --rm -it ubuntu
(when container is stopped, it will just execute rm command & remove container from database)


#docker #container #devops


Смотрите видео #11 Docker Tutorial | Temporary Container онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь One Minute Notes 01 Январь 1970, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 202 раз и оно понравилось 11 людям.