#DCOS cli
For more info about the DCOS cli https://dcos.io/docs/1.7/usage/cli/
##Building
docker build -t dcos-cli .
##Running
dcos() {
docker run --rm -ti \
-e PEM_FILE=/path/to/aws.pem \
-e URL=http://DCOS-cluster-url.com/ \
-e TOKEN=TOKEN \
-v ${HOME}:${HOME} \
-w ${PWD} \
dcos-cli "$@"
}
Content type
Image
Digest
Size
26.1 MB
Last updated
over 10 years ago
docker pull arminc/dcos-cli:0.4.5