This Docker Python Tutorial video is about how to install Docker on Ubuntu based distros (I use Linux Mint). How to force Docker commands run without sudo.
It's the first video from a small series about Docker for Python and Data Science.
To install Docker on your system look at the official Docker documentation:
https://docs.docker.com/engine/install/
I use Linux Mint that is based on Ubuntu.
Installation of Docker under Linux is a quite simple thing. Just run this command in terminal:
sudo apt install docker.io
To check whether Docker was installed or not - check its version:
docker --version
Also in this video I show how to run Docker commands without sudo.
Follow me @:
Telegram: https://t.me/red_eyed_coder_club
Twitter: / codereyed
Facebook: https://fb.me/redeyedcoderclub
#docker #dockertutorial #dockerpython #redeyedcoderclub
Red Eyed Coder Club (RED) channels is the best place to learn Python programming:
/ @redeyedcoderclub
✴️✴️✴️ Docker for Data Science Playlist ✴️✴️✴️
1. Docker Python Tutorial #1: How to install Docker:
• 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 Docker volumes:
• 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...