Docker Python Tutorial #4: Docker Volume tutorial

preview_player
Показать описание
This Docker Python Tutorial #4: Docker Volume tutorial is about why and how to use Docker volumes.
Docker can have attachable volume, that allows us to attach a local directory to a running Docker container, so the files in the directory will be accessible inside the Docker container, and vice versa.

Docker Volume - is a directory attachable to Docker containers. Docker Volume resembles a shared folder or a directory that is shared by your local or host machine and your Docker container.

The main ideo of using Docker Volumes is to simply the access to files in a Docker container. You just work with file on your local machine and at the same time they are accessible to Docker container, and vise versa.

In short: this Docker Volume tutorial is about how to save a Docker container's state.

It's the forth video from a small series about Docker for Python and Data Science.

Follow me @:

Red Eyed Coder Club (RED) channels is the best place to learn Python programming:

#docker #dockertutorial #dockerpython #redeyedcoderclub #red

✴️✴️✴️ Docker for Data Science Playlist ✴️✴️✴️

1. Docker installation on Ubuntu based Distro:

2. How to use Docker containers:

3. How to copy file to a Docker container:

4. How to use a Docker volume:

5. Dockerfile: How to install Python libraries into container:

6. How to use Docker Compose:
Рекомендации по теме
Комментарии
Автор

Just want to thank you for all the content you are providing. Great work man, saved a lot of time for me.

ashishgudla
Автор

What video should I make next? Any suggestions? *Write me in comments!*
Follow me @:

Help the channel grow! Please Like the video, Comment, SHARE & Subscribe!

RedEyedCoderClub
Автор

Если у Вас не запускается контейнер а ваша система Linux на русском языке и Вы столкнулись с ошибкой типа docker invalid reference format то поместите в кавычки все пути не на английском языке что то типа /home/username/Рабочий стол/ и т.д смени на /home/username/'Рабочий стол'/ и все заработает .

yourbehaviour