aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 70a166673a5193c7050272d917581f45af596760 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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.