HACKER Q&A
📣 nomilk

Best Resources for Learning Docker?


I make apps and will start using docker - what are the best resources to get started?

Video / Article / Short Course / Book recommendations are all welcome

I'll dedicate 1 month to covering the 101s:

- basic commands

- avoiding footguns

- debugging

- iterating to solve problems and errors quickly

- security and access

- anything else?


  👤 samuel246 Accepted Answer ✓
I started my docker journey with this awesome tutorial. (https://www.youtube.com/watch?v=9zUHg7xjIqQ)

Also, the slides at the self-paced tutorial section might be helpful to you.(https://container.training/)


👤 stevenminhhh
I think the best way to learn is to give yourself a meaningful project to start with, that can showcase the power of containerized architecture. Some suggestion would be to launch a LAMP or MERN stack using containers, and deploy it on AWS ECS for example. Also given the recent update to the Docker Desktop terms, I think it's better to switch to Linux and use the Docker Engine through CLI instead of Docker Desktop if possible


👤 nik5
https://learndocker.online/

This is the best resource has beginner and advanced stuff with assignments and tests and all videos are not more than 5 minutes long


👤 rammy1234