Skip to content

Instantly share code, notes, and snippets.

@JamesKyburz
Last active November 12, 2015 21:56
Show Gist options
  • Select an option

  • Save JamesKyburz/68e4bcac228cfd1a01b9 to your computer and use it in GitHub Desktop.

Select an option

Save JamesKyburz/68e4bcac228cfd1a01b9 to your computer and use it in GitHub Desktop.
Docker

Demo

  • docker-machine setup (local and daemon)
  • kitematic It's a fork :) - part of dockertoolbox
  • docker build composition and deploy
  • monitor docker containers

Questions

  • Do I really need
    docker-env() { eval $(docker-machine env $1 --shell=bash 2&>/dev/null| grep export) export PS1="docker $1 $__PS1" }
    in by ~/.shellrc ?
  • Compile issues cache busting eg ADD vs COPY
  • Volumes
  • Linking to containers (security and lost link)
  • Restarting strategy
  • Multicast the good the bad the ugly
  • Monitoring docker-modem, dockerode and friends
  • Log aggregation
  • Tools to rely on because docker-machine is newish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment