Ben Chuanlong Du's Blog

It is never too late to learn.

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

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

  1. https://getcarina.com/docs/troubleshooting/stop-nonresponsive-running-container/
  2. https://medium.com/@saturnism
  3. http://openhome.cc/Gossip/CodeData/DockerLayman/DockerLayman3.html
  4. https://twitter.com/saturnism/status/645366585981538304

  5. Docker Reference

  6. Best practices for writing Dockerfiles

Comments