docker
Edit- http://bcho.tistory.com/805
- http://www.slideshare.net/modestjude/docker-in-deview-2013
- https://github.com/google/lmctfy
- https://speakerdeck.com/jbeda/containers-at-scale
- LXC and Android : http://www.linuxplumbersconf.org/2013/ocw/proposals/975
- https://github.com/newrelic/centurion
- http://signup.resin.io/
- https://github.com/shipyard/shipyard
- Docker 관련 간단 사용후기: http://yisangwook.tumblr.com/post/89030483989/docker-misconceptions
- Docker로 NodeJS 배포: http://blog.abhinav.ca/blog/2014/06/17/develop-a-nodejs-app-with-docker/
- http://www.informationweek.com/cloud/platform-as-a-service/docker-container-system-works-with-all-linuxes/d/d-id/1112830
- https://docs.docker.com/articles/using_supervisord/
도구
- https://github.com/wagoodman/dive : 이미지 레이어 확인
명령어
- Add와 Copy : https://nickjanetakis.com/blog/docker-tip-2-the-difference-between-copy-and-add-in-a-dockerile
- https://codefresh.io/docker-tutorial/not-ignore-dockerignore-2/
docker run -it -p 80:8080 --entrypoint bash [image]
Plugins
Maven plugin
- https://github.com/etux/docker-maven-plugin
- https://github.com/bibryam/docker-maven-plugin
- http://www.javacodegeeks.com/2014/04/a-docker-maven-plugin-for-integration-testing.html
Gradle Plugin
Jenkins plugin
Docker + Virgo
Java in container
https://aboullaite.me/speed-up-your-java-application-images-build-with-buildkit/
Docker로 Spring Boot 배포
'Connection to the Docker daemon at '/var/run/docker.sock' failed with error "[13] Permission denied"; ensure the Docker daemon is running and accessible' 에러가 나올 때
sudo chmod 666 /var/run/docker.sock
systemctl restart docker.service
Cloud deploy
- AWS Elastic Container Service
- Azure App Service
- GCP Cloud Run