Skip to content

breunigs/slowechoserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Endpoints

Endpoints are hardcoded, so you need to pick one from the list below or adjust the nginx.conf and rebuild.

# doesn't sleep, returns ALIVE
/

# sleep the time in seconds, as given in the URL
/sleep/1
/sleep/5
/sleep/10
/sleep/20
/sleep/30
/sleep/60

Running the image

Use make build to build a docker image (called slowechoserver) or run it directly with make run. By default it listens on 8080.

Alternatively, you can find the image on on Docker Hub: https://hub.docker.com/r/breunigs/slowechoserver/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published