Run DC/OS with a Windows agent on local VM's.
Requires:
- a Windows Vagrant box called
windows_server_1709_docker_virtualbox.box
. Runvagrant box add windows_server_1709_docker_virtualbox.box
. - a DC/OS installer file called
dcos_generate_config.sh
indcos-vbox/bootstrap
. - a DC/OS Windows installer files called
dcos_generate_config_win.sh
indcos-vbox/bootstrap
.
Start cluster with ./open-create.sh
and destroy with destroy.sh
.
Requires:
- a Windows Vagrant box called
windows_server_1709_docker_virtualbox.box
. Runvagrant box add windows_server_1709_docker_virtualbox.box
. - a DC/OS installer file called
dcos_generate_config.ee.sh
indcos-vbox/bootstrap-ee
. - a DC/OS Windows installer files called
dcos_generate_config_win.ee.sh
indcos-vbox/bootstrap
. - a DC/OS Enterprise license file in
dcos-vbox/bootstrap-ee/genconf/license.txt
Start cluster with ./ee-create.sh
and destroy with destroy.sh
.
To run commands on the Windows machine, change to the windows
directory and use vagrant winrm
.
By default, this uses PowerShell.
For Command Prompt commands use vagrant winrm -s cmd -c 'dir'
.