6-1. Docker 기본 이해

docker는 리눅스 컨테이너에서 시작한 기술. 따라서 리눅스 컨테이너에 대해 알면 도움이 됨.

LXC (Linux Containers)

Docker 주요 구성 요소

docker engine과 docker commands(명령어)

docker image

docker container

Containers are an abstraction at the app layer that packages code and dependencies together - https://www.docker.com/resources/what-container/

Containers vs. Virtual Machines

Containers vs. Virtual Machines

6-2. Docker Image관련 주요 명령 익히기

도커 사용 방식