Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example app

Runs a webserver on port PORT or 3000, and a telegraf metrics endpoint on METRICS_PORT or 9797


docker build -t example-docker-image:test .
docker run --rm -p 3000:3000 -p9797:9797 --name foo example-docker-image:test
curl localhost:3000
curl localhost:9797
docker rm -f foo

About

docker app

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages