Simple nginx container for maintenance message
1.1K
This is a simple container to show a sample maintenance html page.
You can find the source on Github (https://github.com/csana/docker-maintenance)
Simply use (to listen at tcp port 8080):
docker run --rm -d -p 8080:80 docker.io/csana/maintenance:latest
If you want to put your own maintenance.html page, use -v to mount it to /usr/share/nginx/html/ like:
docker run --rm -d -p 8080:80 -v "$(pwd)"/ehvb_index.html:/usr/share/nginx/html/index.html docker.io/csana/maintenance:latest
Content type
Image
Digest
sha256:4da451bf7…
Size
8.6 MB
Last updated
over 3 years ago
docker pull csana/maintenance