- http://blog.nacyot.com/articles/2014-01-27-easy-deploy-with-docker/
- https://groups.google.com/forum/#!topic/docker-user/zMAEdzC7Y_I
- https://github.com/hbouvier/docker-cloud9/blob/master/Dockerfile
- http://stackoverflow.com/questions/25899912/install-nvm-in-docker
- http://deview.kr/2014/session?seq=20
- http://deview.kr/2013/detail.nhn?topicSeq=45
- http://stackoverflow.com/questions/24309526/how-to-change-the-docker-image-installation-directory -> /etc/sysconfig/docker -> -g /mnt
docker run <image_id>
로 실행하고docker exec -i <container_id> /bin/bash
로 내부를 살펴 볼수 있다.- http://crosbymichael.com/dockerfile-best-practices.html
- http://www.kendrickcoleman.com/index.php/Tech-Blog/how-to-use-volume-drivers-and-storage-with-new-docker-service-command.html
- http://stackoverflow.com/questions/39739560/how-to-access-the-vm-created-by-dockers-hyperkit
- https://stackoverflow.com/questions/34729748/installed-go-binary-not-found-in-path-on-alpine-linux-docker
- https://bitbucket.org/osallou/go-docker/src/55426ee07a93c0385f66a11675992ad409cadbb1?at=master
- https://medium.com/airbnb-engineering/chronos-a-replacement-for-cron-f05d7d986a9d
- https://subicura.com/2017/02/25/container-orchestration-with-docker-swarm.html
- https://github.com/stevelacy/quartermaster
- https://github.com/moby/moby/issues/23880
- https://github.com/moby/moby/issues/30321#issuecomment-358999735
Blue-Green 관련
- https://github.com/coreos/quay-docs/blob/811945f8eba49284647ce55e1e22f349601eafc8/solution/zero-downtime-deployments.md
- https://lostintimedev.com/2017/02/09/deploy-docker-services-with-zero-downtime.html
- Swarm LB로는 특성상 Zero down time 은 힘들다.
- https://docs.docker.com/engine/swarm/swarm-tutorial/rolling-update/
Swarm 이슈
- https://github.com/moby/moby/issues/36264
- https://github.com/moby/moby/issues/35876
- https://github.com/moby/moby/issues/34722
- https://github.com/moby/moby/issues/36834
- https://github.com/moby/moby/issues/36101
- https://github.com/moby/moby/issues/35826
- https://github.com/moby/moby/issues/35826
- https://github.com/moby/moby/issues/35261
- https://github.com/docker/swarmkit/issues/2634
ETC
- kube
- https://stackoverflow.com/questions/38537849/docker-swarm-mode-multiple-services-same-port
- docker volume driver(maybe ssh)
- https://developer.ibm.com/linuxonpower/2017/07/27/create-multi-architecture-docker-image/
- https://docs.docker.com/develop/develop-images/multistage-build/#stop-at-a-specific-build-stage