Docker is all the rage right now. In 12 minutes I’ll give you comprehensive introduction to docker, covering:
1. What is Docker
2. Virtual Machines vs. Docker
3. Introduction to Dockerfiles, images and containers
4. The Docker Hub
5. Writing a Dockerfile
6. Building an image
7. Running a container
8. Mounting volumes
9. One process per container
Download Docker for Mac
Download Docker for Windows
Support this channel at
—————————————-
MORE TUTORIALS
Docker Compose in 12 Minutes:
Deploy Docker Containers
Learn HTML in 12 Minutes:
Learn CSS in 12 Minutes:
Learn JavaScript in 12 Minutes:
Learn PHP in 15 Minutes:
—————————————-
I deploy Docker containers to a Digital Ocean VPS. Get $10 credit with this link:
—————————————-
SUBSCRIBE FOR MORE
TWITTER
FACEBOOK
INSTAGRAM
Nguồn: https://codeigniterbrasil.com
Xem thêm bài viết khác: https://codeigniterbrasil.com/lap-trinh-linux/
Xem thêm Bài Viết:
- Hướng dẫn sử dụng hệ điều hành linux siêu tốc – bài 25 Xem cấu hình hệ thống (cpu, ram, hdd)
- Linux cat command summary with examples
- Cài nhiều hệ điều hành Windows và Linux trên một máy tính
- Hướng dẫn tạo USB Boot DLC2019 (NTFS / UEFI) Trên windows 10 ( sử dụng USB 32 GB )
- Hướng dẫn gỡ bỏ Ubuntu sạch sẽ nhất bằng lệnh trên Windows theo chuẩn UEFI-GPT
Really good Docker 101 video. And twelve minutes only… The future is finally here!
It's better to put most often changing stuff into the end of the Dockerfile to not rebuild the stable layers, increase image building speed and decrease disc space used. So in this example it's better to move EXPOSE 80 to the second line and copy file(s) in the end.
Best!, can you please tell me how to create docker image for spark and add child nodes and then process a python file over it?
Super helpful! Thank you!!
Same guide : https://docs.docker.com/get-started/part2/
Excellent video for beginners, Keep Posting 🙂
I'm on a Mac and I can not for the life of me get my docker container set up. I keep having all types of error issues and I can never find my container list or anything. Is there another alternative that's easier to use than Docker?
I like the way you simplified the whole containerization concept
great video
Hi Jake..I know this video was posted 3 1/2 years back. I tried the steps suggested today and I was able to execute them on windows.It was very helpful. Thank you
Awesome
Fantastic – very helpful. Thank you.
How I found this video: phenomenal
Great video!
Never ussed docker before im trying learn it but this video gave me a full description for what am gonna deal with thank you 👍
Best video on getting started with Docker. Thanks a lot! 🙂
Best Docker Video!!!
Excellent video, very clear explanation, with a no non-sense approach. It was quick and clear, something very difficult to achieve thru video on such a technical subject. thank you for sharing.
Tutorial from '16. It's only getting better with age. What a great tutorial: clean, straight to the point, easy to follow.
Excellent introduction. amazing how within 122 minutes you could take people from the problem statement to solution on something people make so much noise about !
Hello Jake, thanks for the video. It's super clear and to the point
Btw I wanna ask a question, if we activated the volume, why the browser could see the change in script now?
VM – Virtualized the whole machine (Hardware Virtualization)
Container – Virtualized the operating system.
Does it work with any language, like is, c++, python, …?
Thanks for your clear explanation!
Can you logon to a container in the same way you can to a VM?
watching this in 2020 and yet the best explaining video i have seen so far, thanks mate, keep up the good work.
Very clear explanation, thank you.