dummy-webserver
A very simple dockerized nc webserver. I use this when I'm setting up
infrastructure and I want to test that networking is setup correctly. nc
listens to port 8000.
To get going:
make build
make up
Then you can browse/curl localhost:8000 to verify it's working.
