2016-09-16 1 views
1

VMware의 Ubuntu 게스트 가상 시스템에 DCP (Docker Universal Control Plane)를 설치하려고합니다 (Windows 10 호스트에서 브리지 네트워크)에 DTR (Docker Trusted Registery)을 설치하고 사용합니다.포트가 차단되었습니다. VMware를 사용하여 Ubuntu 게스트에 Docker Universal Control Plane을 설치할 수 없습니다.

이 명령

docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock --name ucp docker/ucp install -i --host-address 172.17.9.102 

반환 :

INFO[0000] Verifying your system is compatible with UCP 
INFO[0000] Your engine version 1.12.1, build 23cf638 (4.4.0-31-generic) is compatible 
Please choose your initial UCP admin password: 
Confirm your initial password: 
INFO[0007] All required images are present    
WARN[0007] None of the hostnames we'll be using in the UCP certificates [ubuntu 127.0.0.1 172.17.0.1 172.17.9.102] contain a domain component. Your generated certs may fail TLS validation unless you only use one of these shortnames or IPs to connect. You can use the --san flag to add more aliases 

You may enter additional aliases (SANs) now or press enter to proceed with the above list. 
Additional aliases: 
INFO[0009] Installing UCP with host address 172.17.9.102 - If this is incorrect, please specify an alternative address with the '--host-address' flag 
INFO[0000] Checking that required ports are available and accessible 
FATA[0032] The following required ports are blocked on your host: 12385, 12383, 12376, 12379, 12384, 12381, 2376, 12382, 12386, 12380, 443. Check your firewall settings. 

그래서 너희들은 이것에 대한 해결책을해야합니까? 가상 컴퓨터에서만이 포트를 열 수 있습니까? 그래서, 이것보다 다른 '방화벽'설정이 필요하다는 뜻입니까?

추신. 나는 호스트 OS (Windows 10)에서 방화벽 설정을 변경할 수 없다고 생각한다.

감사합니다.

답변

1

이미 docker 1.12가 설치되어 있고 docker 1.12-cs 엔진을 업데이트 한 것 같습니다. 해결책은 docker 엔진 바이너리를 제거하고 docker 엔진 1.12-cs2를 다시 설치 한 다음 시도하십시오.

관련 문제