General Tips for Docker
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Configure automated builds on Docker Hub
Configure automated builds with Bitbucket
Links¶
https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/
https://coderwall.com/p/4g8znw/things-i-learned-while-writing-a-dockerfile
http://stackoverflow.com/questions/25311613/docker-mounting-volumes-on-host
http://stackoverflow.com/questions/26500270/understanding-user-file-ownership-in-docker-how-to-avoid-changing-permissions-o
https://chrisjean.com/fix-apt-get-update-the-following-signatures-couldnt-be-verified-because-the-public-key-is-not-available/
Communicate with Host¶
http://stackoverflow.com/questions/23439126/how-to-mount-host-directory-in-docker-container
http://stackoverflow.com/questions/22907231/copying-files-from-host-to-docker-container
http://stackoverflow.com/questions/23935141/how-to-copy-docker-images-from-one-host-to-another-without-via-repository
Misc¶
https://getcarina.com/docs/troubleshooting/stop-nonresponsive-running-container/
https://medium.com/@saturnism
http://openhome.cc/Gossip/CodeData/DockerLayman/DockerLayman3.html
https://twitter.com/saturnism/status/645366585981538304
Docker Reference
Best practices for writing Dockerfiles