2016-09-16 2 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. 

だから君たちは、このためのソリューションを持っているのですか?これらのポートを仮想マシン専用に開くことは可能ですか?だから、私はこれとは違う 'ファイアウォール'の設定をしているということですか?

PS。私は、ホストOS(Windows 10)上でファイアウォールの設定を変更することは許可されていないと思う。

ありがとうございます!

答えて

1

すでにドッカー1.12がインストールされていて、これの上にドッカー1.12-csエンジンをアップデートしたようです。 解決策は、ドッカーエンジンのバイナリを削除し、ドッカーエンジン1.12-cs2を再度インストールしてみます。

関連する問題