我想在我的本地机器上安装dc / os进行开发。
我按照说明here
打电话给流浪汉后,我收到了警告: => m1: Running 'pre-boot' VM customizations...
==> m1: Booting VM...
==> m1: Waiting for machine to boot. This may take a few minutes...
m1: SSH address: 127.0.0.1:2222
m1: SSH username: vagrant
m1: SSH auth method: private key
m1: Warning: Connection aborted. Retrying...
m1: Warning: Connection reset. Retrying...
m1: Warning: Connection aborted. Retrying...
m1: Warning: Connection reset. Retrying...
m1: Warning: Remote connection disconnect. Retrying...
m1: Warning: Connection aborted. Retrying...
m1: Warning: Remote connection disconnect. Retrying...
m1: Warning: Connection aborted. Retrying...
m1: Warning: Connection reset. Retrying...
m1: Warning: Connection aborted. Retrying...
some ports where in use ?
m1: Checking if port 42819 (required by spartan) is in use:
m1: PASS
m1: Checking if port 43911 (required by minuteman) is in use:
m1: PASS
m1: Checking if port 46839 (required by metronome) is in use:
m1: PASS
m1: Checking if port 61053 (required by mesos-dns) is in use:
m1: PASS
m1: Checking if port 61420 (required by epmd) is in use:
m1: PASS
m1: Checking if port 61421 (required by minuteman) is in use:
m1: PASS
m1: Checking if port 62053 (required by spartan) is in use:
m1: PASS
m1: Checking if port 62080 (required by navstar) is in use:
m1: PASS
最后两次警告编辑:它们应该不是问题explained here
p1: PASS
p1: Checking Docker is configured with a production storage driver:
a1: Creating role file for slave
==> p1: WARNING: bridge-nf-call-iptables is disabled
==> p1: WARNING: bridge-nf-call-ip6tables is disabled
a1: Configuring DC/OS
p1: PASS (overlay)
p1: Creating directories under /etc/mesosphere
a1: Setting and starting DC/OS
p1: Creating role file for slave_public
p1: Configuring DC/OS
p1: Setting and starting DC/OS
==> p1: Created symlink from /etc/systemd/system/multi-user.target.wants/dcos-setup.service to /etc/systemd/system/dcos-setup.service.
==> a1: Created symlink from /etc/systemd/system/multi-user.target.wants/dcos-setup.service to /etc/systemd/system/dcos-setup.service.
==> m1: DC/OS Postflight
==> a1: DC/OS Postflight
==> p1: DC/OS Postflight
==> m1: [sudo]$ dcos-postflight
==> a1: [sudo]$ dcos-postflight
==> p1: [sudo]$ dcos-postflight
==> a1: Setting Mesos Memory: 5632 (role=*)
==> a1: [sudo]$ mesos-memory 5632
a1: Updating /var/lib/dcos/mesos-resources
==> a1: Restarting Mesos Agent
==> a1: [sudo]$ bash -ceu "systemctl stop dcos-mesos-slave.service && rm -f /var/lib/mesos/slave/meta/slaves/latest && systemctl start dcos-mesos-slave.service --no-block"
==> p1: Setting Mesos Memory: 1024 (role=slave_public)
==> p1: [sudo]$ mesos-memory 1024 slave_public
p1: Updating /var/lib/dcos/mesos-resources
==> p1: Restarting Mesos Agent
==> p1: [sudo]$ bash -ceu "systemctl stop dcos-mesos-slave-public.service && rm -f /var/lib/mesos/slave/meta/slaves/latest && systemctl start dcos-mesos-slave-public.service --no-block"
==> boot: DC/OS Installation Complete
==> boot: Web Interface: http://m1.dcos/
我刚刚关注了Github上的设备,并在Windows 10上安装了virtualbox和vagrant。
为什么我无法访问http://m1.dcos的网址?有什么警告?