Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Simple Tessera Container

A simple Docker container for Tessera, which runs Tessera out of the master branch on github with the demo dashboards installed.

Starting this container will bind the following ports by default:

  • 80: the Tessera user interface and API

You can get up and running with an existing graphite instance by setting the GRAPHITE_URL environment variable in your docker invocation:

docker run -P -e GRAPHITE_URL=http://graphite.host:port -it tesserametrics/tessera-simple
docker run -d\
 --name tessera\
 --restart=always\
 -p 5000:5000\
 tesserametrics/tessera-simple

About

A simple Docker image to run Tessera pointing at an existing Graphite instance

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages