DEV Community

Discussion on: 🐋 Docker Cheat Sheet [PDF + Infographic]

Collapse
 
godcrampy profile image
Sahil Bondre

Here's is how I went about. I think that before learning about what a thing is, it is necessary to learn the 'why' of the thing. Why docker exists? Why did they build it?
I started with this and this talk on DevOps. These don't teach you docker but give you a feel for the need of docker.
Then I did this free course on freeCodeCamp.
After that, I just stopped doing any courses and just tried building and breaking stuff myself. 😄

Collapse
 
johnnyjamesnavarro profile image
Johnny Navarro • Edited

Thanks for your reply! I will check out the resources you linked. I totally agree with you, it' just that there appears to be a lot of resources on Docker and DevOps I had no idea where to start so I wanted to ask someone with experience on it. Thanks again!