[컴] Windows 용 Docker 설치

docker for windows


Windows 에서 docker 설치

Installation

위 경로에서 download 를 하면 된다.

prerequisite 전제조건

  • Microsoft Hyper-V 가 실행돼야 한다.: The Docker for Windows installer 가 enable 해준다.
  • 옛날 windows 의 docker toolbox는 VM (Virtual Box)을 사용했었는데, 이제는 VM 을 사용하지 않는다. : Docker for Mac vs. Docker Toolbox  를 읽어보자.

System Requirements

아래 조건을 만족해야 한다. 만족하지 않아도 docker toolbox 를 사용할 수는 있다.

  • Windows 10 64bit: Pro, Enterprise or Education (1607 Anniversary Update, Build 14393 or later).
  • BIOS 에서 Virtualization 을 켜야 한다.(기본적으로 켜져있다.)
  • CPU SLAT-capable feature.
  • At least 4GB of RAM.

설치마법사







설치 확인

service 를 실행하면 아래처럼 process 를 확인할 수 있다.


그리고 cmd 를 열어서 아래처럼 "docker run helloworld"를 쳐보면 된다.


Image Path

Settings > Advanced > Disk Image Location 에 가면 docker image 의 path 를 확인할 수 있다.

See Also

  1. 쿠...sal: [컴] Docker 설치 후 VMbox 가 안되는 경우

References

  1. Install Docker for Windows | Docker Documentation


댓글 없음:

댓글 쓰기