Introduction to Docker Containers - 도커 컨테이너 기초 다지기 (2)
다음의 Qwiklabs 과정을 거치면서 모르던 내용들 그리고 배웠던 내용들에 대해 써보았다: Introduction to Docker 우선, 저 과정을 거치면서 모르거나 새로 배운 내용들에 대한 정의를 써보도록 하겠다. 나름 나의 해석?도 들어가 있는 것이라 정확하지는 않을 수도 있으나, 최대한 찾아본 내용을 토대로 썼다. ※ Dockerfile: Docker can build images automatically by reading the instruction from the file. It is a text document that contains all the commands a user could call on the command line to assemble an image Building a..