Sign inSign up

bgaechter/sws

By bgaechter

Updated over 6 years ago

Image
0

968

bgaechter/sws repository overview

SWS

SWS (Simple Web Server) is a simple web server that prints the contents of the MESSAGE environment variable.

Build

docker build -t sws .
docker run -p 8000:8000 -e MESSAGE='Hello World' sws

Tag summary

Content type

Image

Digest

Size

12.8 MB

Last updated

over 6 years ago

docker pull bgaechter/sws