An nginx container returning 503 to all request
1.5K
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
Content type
Image
Digest
Size
6.6 MB
Last updated
over 7 years ago
docker pull mgodlewski/503