Container (2) 썸네일형 리스트형 Spring Boot Application을 Docker Image로 생성하기 - 1. Docker file (with Jar) 이번 포스팅에서는 Spring Boot로 만들어진 Web Application을 Docker Image로 만들어서 docker hub에 push하는 과정을 정리해 보았다. 고맙게도 스프링 사이트에서 이 내용에 대해 정리를 잘 해주셨고(Link), 이 포스팅은 거기에 있는 내용 중에 개인적으로 필요한 사항 위주로 정리하면서 약간의 실무적인 내용과 개인의 삽질을 추가하였다. 내용이 길어 둘로 나누어 작성하였다. Spring Boot Application을 Docker Image로 생성하기 - 1. Docker file (with Jar) Spring Boot Application을 Docker Image로 생성하기 - 2. Docker Image Layer 활용 Spring Boot Application을 .. RedHat(Oracle) Linux 7.6에 Docker 설치 및 NGINX 실행 What's Container & Docker? Docker Site에서는 Container와 Docker를 아래와 같이 정의하고 있다. A container is a standard unit of software that packages up code and all its dependencies so the application runs quickly and reliably from one computing environment to another. A Docker container image is a lightweight, standalone, executable package of software that includes everything needed to run an application: co.. 이전 1 다음