"윈도우 Docker Toolbox 설치"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
 
(다른 사용자 한 명의 중간 판 8개는 보이지 않습니다)
1번째 줄: 1번째 줄:
{{다른뜻|윈도우 Docker for Windows 설치}}
==개요==
==개요==
;윈도우 Docker Toolbox 설치
;윈도우 Docker Toolbox 설치
;윈도우 도커 툴박스 설치
;윈도우 도커 툴박스 설치
* [[Docker Toolbox]]는, [[Docker for Windows]]와는 달리, 버추얼박스 기반으로 작동하므로 CPU에서 VT-X/AMD-v 기능을 지원해야 한다...
* [[윈도우 Docker 설치]] 방법 중 하나
* [[Docker Toolbox]]는 [[버추얼박스]] 기반으로 작동하므로 CPU에서 VT-X/AMD-v 기능을 지원해야 한다...


==다운로드==
==다운로드==
* https://www.docker.com/products/docker-toolbox 접속
* https://github.com/docker/toolbox/releases 접속
* [⊞ Download] 클릭
* DockerToolbox-19.03.1.exe 클릭하여 다운로드(약 231MB)
* Downloads 아래의 DockerToolbox.exe 클릭하여 다운로드(약 208MB)


==설치==
==설치==
* DockerToolbox.exe 실행
* DockerToolbox-19.03.1.exe 실행
* "Setup - Docker Toolbox" --- [Next >]
* "Setup - Docker Toolbox" --- [Next >]
* "Select Destination Location" --- C:\Program Files\Docker Toolbox --- [Next >]
* "Select Destination Location" --- C:\Program Files\Docker Toolbox --- [Next >]
26번째 줄: 25번째 줄:
==(오류)==
==(오류)==
* CPU 가상화(VT-X/AMV-v)를 지원하지 않는 PC에서 Docker Quickstart Terminal 를 실행하니...
* CPU 가상화(VT-X/AMV-v)를 지원하지 않는 PC에서 Docker Quickstart Terminal 를 실행하니...
<source lang='console'>
<syntaxhighlight lang='console'>
Create CA: C:\Users\testuser\.docker\machine\certs\ca.pem
Create CA: C:\Users\testuser\.docker\machine\certs\ca.pem
Creating client certificate: C:\Users\testuser\.docker\machine\certs\cert.pem
Creating client certificate: C:\Users\testuser\.docker\machine\certs\cert.pem
32번째 줄: 31번째 줄:
Error with pre-create check: "This computer doesn't have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory"
Error with pre-create check: "This computer doesn't have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory"
Look like something went wrong in step 'Checking if machine default exists'... Press any key to continue...
Look like something went wrong in step 'Checking if machine default exists'... Press any key to continue...
</source>
</syntaxhighlight>


==(성공)==
==(성공)==
41번째 줄: 40번째 줄:
==같이 보기==
==같이 보기==
* [[윈도우 Docker for Windows 설치]]
* [[윈도우 Docker for Windows 설치]]
* [[choco install docker-toolbox]]
* [[도커 툴박스]]
* [[도커 툴박스]]
* [[도커]]
* [[도커]]

2021년 9월 20일 (월) 15:58 기준 최신판

1 개요[ | ]

윈도우 Docker Toolbox 설치
윈도우 도커 툴박스 설치

2 다운로드[ | ]

3 설치[ | ]

  • DockerToolbox-19.03.1.exe 실행
  • "Setup - Docker Toolbox" --- [Next >]
  • "Select Destination Location" --- C:\Program Files\Docker Toolbox --- [Next >]
  • "Select Components" --- Full installation --- [Next >]
  • "Select Additional Tasks" --- [Next >]
  • "Ready to Install" --- [Install]

( 설치 진행 )

  • "이 장치 소프트웨어를 설치하시겠습니까?" --- "이름: Oracle Corporation 범용 직렬 버스 컨트롤러" --- [설치(I)]
  • "이 장치 소프트웨어를 설치하시겠습니까?" --- "이름: Oracle Corporation 네트워크 어댑터" --- [설치(I)]
  • "이 장치 소프트웨어를 설치하시겠습니까?" --- "이름: Oracle Corporation Network Service" --- [설치(I)]
  • "Completing the Docker Toolbox Setup Wizard" --- [Finish]

4 (오류)[ | ]

  • CPU 가상화(VT-X/AMV-v)를 지원하지 않는 PC에서 Docker Quickstart Terminal 를 실행하니...
Create CA: C:\Users\testuser\.docker\machine\certs\ca.pem
Creating client certificate: C:\Users\testuser\.docker\machine\certs\cert.pem
Running pre-create checks...
Error with pre-create check: "This computer doesn't have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory"
Look like something went wrong in step 'Checking if machine default exists'... Press any key to continue...

5 (성공)[ | ]

Docker Quickstart Terminal.png

Docker Quickstart Terminal 2.png

6 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}