A simple dockerized website for testing servers.
2.8K
Once a container is running using this image, navigating to the exposed site should result in a page that looks like the following picture:
# To run
sudo docker run --rm -p 80:80 -d -m 10m --name simpleweb trfc/simpleweb
# To stop/remove
sudo docker stop simpleweb
# To monitor
sudo docker stats simpleweb
Content type
Image
Digest
Size
8.2 MB
Last updated
over 6 years ago
docker pull trfc/simpleweb