Sign inSign up

arminc/dcos-cli

By arminc

Updated about 8 years ago

DCOS cli dockerized

Image
1

244

arminc/dcos-cli repository overview

#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 "$@"
}
  • aws.pem file is the private key to access the cluster
  • TOKEN is the token to authenticate to the cluster

Tag summary

Content type

Image

Digest

Size

26.1 MB

Last updated

over 10 years ago

docker pull arminc/dcos-cli:0.4.5