Search Docker Hub
sws
By bgaechter
968
SWS (Simple Web Server) is a simple web server that prints the contents of the MESSAGE environment variable.
MESSAGE
docker build -t sws . docker run -p 8000:8000 -e MESSAGE='Hello World' sws
Content type
Image
Digest
Size
12.8 MB
Last updated
over 6 years ago
docker pull bgaechter/sws