Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions docker/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Learning Docker

## Definition
- Dockerfile contains a series of instructions for creating a container.
- An instruction in a Dockerfile creates a layer in the image
- A container is a virtual machine that can run independently in a hosting machine.


## Resources
The cheatsheet for Dockerfile instructions can be found here:
https://kapeli.com/cheat_sheets/Dockerfile.docset/Contents/Resources/Documents/index

Cheat sheet for docker commands: [link](docker_cheatsheet.pdf)

docker beginner tutorial:
https://www.youtube.com/watch?v=pTFZFxd4hOI
Binary file added docker/docker_cheatsheet.pdf
Binary file not shown.