Docker wrapper for my Steam Master Server search go web service
https://github.com/TowelSoftware/Mastersteam
Docker must be installed. That's it. You do not need to have Go installed.
Step 1: Create the Docker image according to Dockerfile.
# This may take a few minutes.
$ docker build -t twlsw/mastersteam:latest .Step 2: Start a container for the Docker image.
$ docker run -p 8080:8080 twlsw/mastersteam:latestStep 3: Open another terminal and access the example API endpoint.
$ curl "http://localhost:8080/search/[APP_ID]/[NAME]"
$ curl "http://localhost:8080/server/[IP]"