Skip to content

pdxjohnny/telem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telem

Telemetry framework

It uses docker to compile the binaries and the main Dockerfile adds the linux binary to the busybox image to create an extremely small final image

Building

go build -o telem_linux-amd64 -tags netgo *.go
# Or
./script/build

Running

./telem_linux-amd64
docker run --rm -ti pdxjohnny/telem

Changing The Name

./script/change-name $GITHUB_USERNAME $PROJECT_NAME
  • John Andersen

About

Telemetry so hot the issues never stop!!!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published