DEV Community

Sahil Bondre
Sahil Bondre

Posted on

πŸ‹ Docker Cheat Sheet [PDF + Infographic]

Docker is a fantastic tool designed to make it easier to create, deploy, and run applications by using containers.

Here's a cheat-sheet to help you remember common docker commands.

Alt Text

πŸ“ Download the pdf version of this cheatsheet
🌟 All my cheat-sheets are in this repo (Star it!)
πŸš€ Find me on Instagram | Github | Twitter | Website
πŸ˜„ Have a wonderful day!

Top comments (9)

Collapse
 
starpebble profile image
starpebble β€’

Nice series. Keep going! The guides like a lighthouse in fast moving water because the tool chain is experiencing a growth spurt. IMHO, feels like the tool chain is transitioning away from old ways of making apps.

Collapse
 
godcrampy profile image
Sahil Bondre β€’

Totally agree with you man!

Collapse
 
chrisf1031 profile image
Chris Ford β€’

Very cool, man. I stared your repo. :)

Collapse
 
godcrampy profile image
Sahil Bondre β€’

Thanks a lot man. How's it going? πŸ˜ƒ

Collapse
 
chrisf1031 profile image
Chris Ford β€’

It's going good. I dig the Git cheat sheet as well.

Thread Thread
 
godcrampy profile image
Sahil Bondre β€’

Cool! I've started getting my hands dirty in devops recently it's really fun.

Collapse
 
johnnyjamesnavarro profile image
Johnny Navarro β€’

Looks nice! I have a question, I haven't worked with Docker before. Is there any starting resource you would recommend? Thanks!

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!