- docker-machine setup (local and daemon)
- kitematic It's a fork :) - part of dockertoolbox
- docker build composition and deploy
- monitor docker containers
- Do I really need
in by ~/.shellrc ?docker-env() { eval $(docker-machine env $1 --shell=bash 2&>/dev/null| grep export) export PS1="docker $1 $__PS1" } - Compile issues cache busting eg
ADDvsCOPY - 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
