가자공부하러!

macOS Docker(1) - 설치와 기본 설정 본문

공부/개발도구, 개발환경 등

macOS Docker(1) - 설치와 기본 설정

오피스엑소더스 2019. 11. 27. 09:35

1. 설치

1.1. 참고 : https://hub.docker.com/?overlay=onboarding

1.2. 수행이력

  - [Download] Docker.dmg 다운로드 및 설치

  - [Clone] terminal에서 $ git clone https://github.com/docker/doodle.git 

  - terminal에서 $ cd doodle/cheers2019

  - [Build] terminal에서 $ docker build -t alsgudwns007/cheers2019 .

  - [Run] terminal에서 $ docker run -it --rm alsgudwns007/cheers2019

 

2. 활용

2.1. 실행중인 도커 확인

  - $ docker ps

 

Comments