슈퍼 초보자용: 윈도우즈에서 docker를 사용합니다

2344 단어 Docker
안녕하세요docker하면 linux 계열 느낌이 나지만 윈도우즈도 사용할 수 있다고 해서 해봤는데 윈도우즈에 가상 환경인 VirtualBox를 넣고 docker를 넣었습니다.
*현재(2014/12) 지원하는 윈도우즈 버전 7.1과 8*

설치하다.


docker-install.exe(130MB 정도) 다운로드 후 설치
현재 Win71과 8 테스트인 것 같아요.

이번에 사용한 버전.


docker-windows-installer v1.3.3
  • Boot2Docker 1.3.3 (Docker v1.3.3, Linux v3.16.7)
  • Boot2Docker Management Tool v1.3.3
  • VirtualBox v4.3.18-r96516
  • msysGit v1.9.4-preview20140929
  • 포장 자체는 여기서부터 DL→https://github.com/boot2docker/windows-installer/releases/tag/v1.3.3

    수중의 환경

  • Windows 7 Professional SP 1 (64bit)
  • Intel Core i5-2520M CPU @ 2.50Ghz
  • 8.00 GB
  • MSSGiit


    Giit for Windows는 정식 이름이고, Giit 본사에서 제공하는 Windows용 패키지는 Git for Windows이며, 발표할 때의 이름은 msgit인 것 같습니다.
    참고: 일본어를 MSSgit으로 사용하고 싶어요http://qiita.com/kumazo@github/items/2169e1ee7be278f82b94

    VirtualBox란?


    가상 기기 운행 환경, 원래 개발된 innotek회사가 Sun에 인수되어 Oracle로 흘러간다.innotek 자체도 Windows VirtualPC의 개발과 관련이 있는 것 같습니다.
    참고: 위키백과http://ja.wikipedia.org/wiki/VirtualBox

    주의점


    VirtualBox를 왜 넣어야 합니까?이런 의문의 답안.
    The Docker Engine uses Linux-specific kernel features, so to run it on Windows we need to use a lightweight virtual machine (vm). You use the Windows Docker client to control the virtualized Docker Engine to build, run, and manage Docker containers.
    https://docs.docker.com/installation/windows/#installation
    Windows에서 Docker 사용은 아무래도 적합하지 않습니다.
    계속하다

    좋은 웹페이지 즐겨찾기