Windows Docker 설치

2021. 12. 26. 12:04Docker

Hardware assisted virtualization and data execution protection must be enabled in the BIOS. See https://docs.docker.com/desktop/windows/troubleshoot/#virtualization

 

Logs and troubleshooting

 

docs.docker.com

윈도우 검색에서 'Windows 기능 켜기/끄기' 찾아서 엔터

Linux용 Windows 하위 시스템 체크 확인

가상머신 플랫폼 체크 확인

Windows 하이퍼바이저 플랫폼 체크 확인

BIOS에서 가상화 활성화

AMD 3600 BIOS 가상화 활성화

Windows 재시작

부팅되는 동안 DEL 키

F7 : Advanced Mode

OC(over clocking)

Advanced CPU Configuration

SVM Mode

Enabled

저장 및 재시작

Docker Desktop 비추

메모리 사용량이 기아급수적으로 늘어나며, PC가 다운됨

VMware에 Docker 설치

프로그램 다운로드 및 설치

https://www.vmware.com/kr/products/workstation-player/workstation-player-evaluation.html

https://barisein.tistory.com/305

 

Linux Docker 설치

계정 셋팅 useradd docker passwd docker vi /etc/sudoers # 'docker ALL=(ALL) ALL' 추가 su docker docker 설치 https://niceman.tistory.com/36 [Docker] CentOS 7 - Docker 설치 및 실행 방법 1. Docker 기본..

barisein.tistory.com

clipboard 공유가 안되기 때문에 ssh로 접속하여 작업해야 함

memory 사이즈 변경은 'power off'하고 수행

# 공유기에서 IP 할당 받기

https://liveyourit.tistory.com/26

 

[네트워크] 눈으로 확인해보는 Vmware Host-Only, Nat, Bridge 차이

가상머신(Vmware) 네트워크 방식 3가지 Host-only(Vmnet1), Nat(Vmnet8), Bridge(Vmnet0)가 어떤 차이가 있는지 간단히 살펴본 후, ping으로 각각의 연결 상태를 실제로 확인해보려 한다. Host-only (Vmnet1) 연결..

liveyourit.tistory.com

Hardware > Network Adapter > Bridged  체크

Replicate physical network connection state 체크

 

'Docker' 카테고리의 다른 글

Docker 에러  (0) 2022.01.02
Docker 명령어  (0) 2022.01.02
Linux Docker 설치  (0) 2021.12.31
InfluxDB 명령어  (0) 2021.12.26
gitlab 설치  (0) 2021.12.26