Skip to content

measurence/docker-chronos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Runs a Chronos instance.

Available on the Docker Index as measurence/chronos:

docker pull measurence/chronos

Versions

  • Chronos 2.1.0
  • Mesos 0.19.0

Usage

Starting the container:

docker run \
    --net=host \
    -p 9090:8080 \
    measurence/chronos:latest \
    [CHRONOS_OPTIONS]

(See Chronos's documentation for available arguments)

Once the container is up, visit http://<host>:8090/ and confirm Chronos is running.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages