Skip to main content

Posts

Showing posts with the label command line interface

Install DC/OS CLI on windows

Install DC/OS CLI on WINDOWS: 01. Download the DC/OS CLI executable from https://downloads.dcos.io/binaries/cli/windows/x86-64/dcos-1.11/dcos.exe 02. Change directory to location where DC/OS CLI executable is saved. 03. Configure connection DC/OS cluster using following command. C:\DCOS> dcos cluster setup https://<cluster_name.com> 04. Type dcos on command prompt C:\DCOS> dcos Usage:   dcos [command] Commands:   auth       Authenticate to DC/OS cluster   backup       Access DC/OS backup functionality   cluster       Manage your DC/OS clusters   config       Manage the DC/OS configuration file   help       Help about any command   job       Deploy and manage jobs in DC/OS   license       Manage your DC/OS licenses   marathon       ...