filmov
tv
Docker Python Tutorial #4: Docker Volume tutorial
![preview_player](https://i.ytimg.com/vi/xiG6S6UOjU8/maxresdefault.jpg)
Показать описание
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:
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:
Комментарии