개요
- Docker Container 에서는 App Store 처럼 Docker Hub 라는 것이 있다.
- 그리고 Docker Hub 에서는 Image (소프트웨어) 를 Pull 할 수 있다.
- docker hub --- pull(다운로드) ---> image
- image --- run(실행) ---> container
Image Pull

- 나는 명령 프롬프트(CMD) 를 통해서 httpd(Apache HTTP Server) 를 Pull 하였다.
- 물론 Docker GUI 에서도 Image 를 Pull 할 수 있다.
docker pull [image name] : docker hub 에서 image pull
docker images : 현재 Host 에 pull 받은 이미지들을 출력