All Projects → dimonomid → Docker Quick Ref

dimonomid / Docker Quick Ref

Docker: Printable Quick Reference

Labels

Projects that are alternatives of or similar to Docker Quick Ref

Gitmagic
A guide to using Git
Stars: ✭ 1,852 (+1057.5%)
Mutual labels:  makefile
Sfml Vscode Boilerplate
A cross-platform SFML 2.5.1 & C++17 build environment for Visual Studio Code
Stars: ✭ 156 (-2.5%)
Mutual labels:  makefile
Fuel Main
Fuel is the control plane for installing and managing OpenStack. It is capable of doing bare metal provisioning of physical nodes, installing OpenStack on them, and much more.
Stars: ✭ 158 (-1.25%)
Mutual labels:  makefile
Arduino Makefile
Makefile for Arduino sketches. It defines the workflows for compiling code, flashing it to Arduino and even communicating through Serial.
Stars: ✭ 1,893 (+1083.13%)
Mutual labels:  makefile
Esp Open Sdk
Free and open (as much as possible) integrated SDK for ESP8266/ESP8285 chips
Stars: ✭ 1,884 (+1077.5%)
Mutual labels:  makefile
Dockerfiles
Dockerfiles for various pandoc images
Stars: ✭ 158 (-1.25%)
Mutual labels:  makefile
Sd Maskrcnn
Code for SD Mask R-CNN Project
Stars: ✭ 150 (-6.25%)
Mutual labels:  makefile
Symfony Bootstrapped
⚡️ Symfony with tools
Stars: ✭ 160 (+0%)
Mutual labels:  makefile
Benchmarks
Some benchmarks of different languages
Stars: ✭ 2,108 (+1217.5%)
Mutual labels:  makefile
Vlc Arc Dark
Arc Dark skin for VLC
Stars: ✭ 158 (-1.25%)
Mutual labels:  makefile
Device essential mata
Essential PH-1 device
Stars: ✭ 153 (-4.37%)
Mutual labels:  makefile
Pcl Cn
Practical Common Lisp (中英文对照版) - for Chinese only
Stars: ✭ 155 (-3.12%)
Mutual labels:  makefile
Docker Hbase
Stars: ✭ 158 (-1.25%)
Mutual labels:  makefile
Book Open Source Tips
Open Source book on Open Source Tips
Stars: ✭ 152 (-5%)
Mutual labels:  makefile
Riscv Elf Psabi Doc
A RISC-V ELF psABI Document
Stars: ✭ 156 (-2.5%)
Mutual labels:  makefile
Kube Yarn
Running YARN on Kubernetes with PetSet controller.
Stars: ✭ 150 (-6.25%)
Mutual labels:  makefile
Openwrt
Mercer's OpenWrt source tree
Stars: ✭ 158 (-1.25%)
Mutual labels:  makefile
Amiga Gcc
The GNU C-Compiler with Binutils and other useful tools for cross development for Amiga
Stars: ✭ 160 (+0%)
Mutual labels:  makefile
Teachingmaterial
Various teaching material
Stars: ✭ 159 (-0.62%)
Mutual labels:  makefile
Libretro Thumbnails
Thumbnails for RetroArch
Stars: ✭ 158 (-1.25%)
Mutual labels:  makefile

Docker: Printable Quick Reference (Cheat Sheet)

I use Docker, but not often enough to memorize even basic Dockerfile instructions and CLI commands. After all I got so annoyed by being unable to quickly sketch some Dockerfile or to do something with the existing containers occasionally, so I decided to write a concise cheat sheet which I can print once and constantly keep on my desktop:

(click the thumbnail to download pdf)

The appearance of the card is largely inspired by the GDB Quick Reference, since I was using it for a long time already, and it was a very pleasant experience. It is clear and concise. Personally, I just print it on both sides of a single A4 sheet.

The card is written in LaTeX. Not everything was smooth. Probably that's because my LaTeX-fu is too weak, but in my opinion, LaTeX shines best for the cases when the user believes that LaTeX knows better. This was not the case here, since I had to pack lots of stuff in two pages, and I had to fight with LaTeX a lot, rather than embracing it. If anyone knows how to structure the document better, your comments / PRs are appreciated.

Build

You need pdflatex. Once you have it, just type in your terminal, from the repository:

$ make

And check out the build/docker-quick-ref.pdf file.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].