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.shindcos-vbox/bootstrap. - a DC/OS Windows installer files called
dcos_generate_config_win.shindcos-vbox/bootstrap.
Start cluster with ./open-create.sh, upgrade it with ./open-upgrade.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.shindcos-vbox/bootstrap-ee. - a DC/OS Windows installer files called
dcos_generate_config_win.ee.shindcos-vbox/bootstrap-ee. - a DC/OS Enterprise license file in
dcos-vbox/bootstrap-ee/license.txt
Start cluster with ./ee-create.sh SECURITY-MODE, upgrade it with ./ee-upgrade.sh SECURITY-MODE, and destroy with destroy.sh. SECURITY-MODE can be either permissive or strict.
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'.