Skip to content

Instantly share code, notes, and snippets.

@clcollins
Created December 8, 2014 17:59
Show Gist options
  • Save clcollins/9081c934d9cb652f50cb to your computer and use it in GitHub Desktop.
Save clcollins/9081c934d9cb652f50cb to your computer and use it in GitHub Desktop.
Slightly More Advanced Docker
Other Stuff to Cover
====================
(Used in conjunction with [Linux@Duke Intro To Docker](https://github.com/LinuxAtDuke/Intro-To-Docker))
* Processes Inside/Outside
* Env Vars
* Naming
* Linking
* Logging
* Env Vars from
* Volumes-from
* File Locations (dev/mapped)
* Firewall
* Docker Philosophy
** One job per container
*** Init
** Containers are "READ-Only"
** Accessing a container
** Baseimage-Phusion Philosophy vs. Docker Philosophy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment