SWS SWS (Simple Web Server) is a simple web server that prints the contents of the SWS_MESSAGE environment variable. Build docker build -t sws . docker run -p 8000:8000 -e SWS_MESSAGE='Hello World' sws