Skip to content

Instantly share code, notes, and snippets.

@ralphtheninja
Last active January 3, 2017 22:34
Show Gist options
  • Save ralphtheninja/59b2009bd16f860a3633b6fcf1d7d593 to your computer and use it in GitHub Desktop.
Save ralphtheninja/59b2009bd16f860a3633b6fcf1d7d593 to your computer and use it in GitHub Desktop.

tools to look into

  • virtualbox need to have this in my environment
  • docker-machine very useful to setup machines to play with

links

questions

  • how does docker mount work?
  • why use mount instead of just using volumes? are mount more diverse?
  • how does docker network work? what sort of stuff can you do with it? (I know about overlay networks)
  • what's does the term "ingress" stand for in terms of docker (and networking?)?
  • how can I view the log of dockerd for debugginb purposes etc?
  • what are docker plugins? what sort of extra functionality can you get with this? need to write them in go?

videos

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment