summaryrefslogtreecommitdiff
path: root/nlnet/task4/launch.sh
blob: bc1508e86957fba3e92775c9d8babacfb9871b10 (plain)
1
2
3
4
5
6
7
#!/bin/bash

# Binds the container internal port 8080 to the host's.

set -eu

docker run -p 8080:8080 -it monitor