Docker Python Tutorial #3: Copying files to a Docker container

preview_player
Показать описание
This "Docker Python Tutorial #3: Copying files to a Docker container" video is about how to copy a file into a running Docker container, and how to get into a running Docker container.
In this video I'm downloading jupyter/datascience-notebook.

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

The main problem here is that a Docker Container is an isolated environment.
And to get into a running container or to copy a file to Docker container is bit tricky.

And in this video you will see how to copy files to Docker container or how to list files in it. The problem with such "copying" is that if you will stop the container your work and the copied file won't be saved.

This is the problem. Because to copy files or change the state of a Container is an antipattern.

Instead we have to use volumes. But this topic will be touched in the next video.

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 Docker volumes:

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

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

Thank you much, I've spent hours trying to figure out how to access csv from notebook on docker!) Thank you!

nadiiaradionenko
Автор

Thanks a lot Oleg for this series of tutorials!!!

dralbertus
Автор

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