Skip to content

davideme/docker-tessera-simple

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 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 -it aalpern/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

  • Python 74.2%
  • ApacheConf 21.9%
  • Shell 3.9%