본문 바로가기

공부 기록/영상 후기

도커 한방에 정리 (모든 개발자들이 배워보고 싶어 하는 툴!) + 실습

https://youtu.be/LXJhA3VWXFA

도커 : 어플리케이션을 패키징할 수 있는 툴

Building Containers : Dockerfile -> Image -> Container

Shipping Containers : Container Registry에 push 또는 pull

  

1. 로컬, 서버에 도커 설치

2. 로컬에서 Dockerfile을 통해 Image build, Container Registry로 push

3. 서버는 pull로 다운로드, 컨테이너 run