-
LXC and Android : http://www.linuxplumbersconf.org/2013/ocw/proposals/975
-
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/
-
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]
-
https://aboullaite.me/speed-up-your-java-application-images-build-with-buildkit/
-
Docker로 Spring Boot 배포
-
https://spring.io/blog/2020/01/27/creating-docker-images-with-spring-boot-2-3-0-m1
-
https://perfectacle.github.io/2019/04/16/spring-boot-docker-image-optimization/
-
https://medium.com/@gaemi/spring-boot-%EA%B3%BC-docker-with-jib-657d32a6b1f0
-
http://thediscoblog.com/blog/2014/06/13/docker-containers-with-gradle-in-4-steps/
-
'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