Skip to content

tessera-metrics/docker-tessera-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages