Skip to content

irwaters/alive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Little containerized app thingy to run in k8s

###Usage:

build the docker container:
docker build -t alive_service .

run the service in docker
docker run -d -p 8080:8080 alive_service

test it out
curl -v http://localhost:8080/ping

About

simple service that returns true.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published