Sign inSign up

mgodlewski/503

By mgodlewski

Updated over 7 years ago

An nginx container returning 503 to all request

Image
0

1.5K

mgodlewski/503 repository overview

Nginx docker always returning 503

This image run an nginx server listening:

  • on port 80, always returning a http code 503 (Service temporarly unavailable)

  • on port 8080, always returning a http code 200 (for health check)

    docker run -p 80:80 -p 8080:8080 -d mgodlewski/503

Tag summary

Content type

Image

Digest

Size

6.6 MB

Last updated

over 7 years ago

docker pull mgodlewski/503