docker-compose
-
[Infra] Dockerfile & Docker-Compose 작성프로젝트/뉴스타 2024. 6. 11. 08:56
Dockerfile & Docker-Compose 작성 왜 궁금했을까❓뉴스타 서비스의 경우 Docker를 이용하여 어플리케이션을 띄우기로 했다. 그래서 Dockerfile과 Docker-compose 작성법에 대해서 알아보고 뉴스타 서비스에 적용하는 과정까지 살펴보도록 하겠다. 1. Dockerfile 문법 Dockerfile referenceFind all the available commands you can use in a Dockerfile and learn how to use them, including COPY, ARG, ENTRYPOINT, and more.docs.docker.com명령설명FROM베이스 이미지 설정LABEL이미지의 Metadata 설정CMDDocker Container를 생..