Skip to content

JoshuaTheMiller/SimpleWeb_StaticServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleWeb

A simple dockerized website for testing servers.

MIT License

Docker Build Status Docker Pulls

Once a container is running using this image, navigating to the exposed site should result in a page that looks like the following picture:

example of the website

Usage

# 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

About

A simple, static, dockerized website for testing servers.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published