Skip to content

jbrisbin/docker-dcoscli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker DCOS and Spark CLI Image

This creates a Docker image that installs Spark 1.5.2 and the DCOS CLI from source and sets up the environment to allow use of the DCOS CLI against an Apache Mesos cluster.

You'll want to set up an alias because you need to set a few environment variables:

> alias dcoscli="docker run -it -e MESOS_URL=http://127.0.0.1:5050 -e MARATHON_URL=http://127.0.0.1:8080 -e DCOS_URL=http://127.0.0.1 jbrisbin/dcoscli"
> dcoscli
root@0abbf5a04222:~# dcos node
          HOSTNAME                IP                         ID
... DCOS output ...

About

Docker image to run the DCOS CLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages