Container를 사용하는 정확한 이유
<aside> <img src="/icons/list-indent_blue.svg" alt="/icons/list-indent_blue.svg" width="40px" />
소프트웨어 개발 가정 시 컨테이너를 사용 이유
Different Development & Production Environments
Different Development Environments Within a Team / Company
Clashing Tools / Verions Between Different Projects
⇒ Docker 컨테이너 특정 Node 버전을 lock할 수 있으므로 항상 정확한 버전으로 실행 가능
</aside>