Docker Python Tutorial #4: Docker Volume tutorial

Published: 17 July 2021
on channel: Red Eyed Coder Club
4,266
53

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 @:
Telegram: https://t.me/red_eyed_coder_club
Twitter:   / codereyed  
Facebook: https://fb.me/redeyedcoderclub


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

#docker #dockertutorial #dockerpython #redeyedcoderclub #red


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

1. Docker installation on Ubuntu based Distro:
   • Docker Python Tutorial #1: How to ins...  


2. How to use Docker containers:
   • Docker Python Tutorial #2: First Dock...  

3. How to copy file to a Docker container:
   • Docker Python Tutorial #3: Copying fi...  

4. How to use a Docker volume:
   • Docker Python Tutorial #4: Docker Vol...  

5. Dockerfile: How to install Python libraries into container:
   • Docker Python Tutorial #5: Installing...  

6. How to use Docker Compose:
   • Docker Python Tutorial #6: Docker Com...