Skip to content

TowelSoftware/Mastersteam-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Mastersteam-docker

Docker wrapper for my Steam Master Server search go web service
https://github.com/TowelSoftware/Mastersteam

Requirements

Docker must be installed. That's it. You do not need to have Go installed.

Usage and Demo

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:latest

Step 3: Open another terminal and access the example API endpoint.

$ curl "http://localhost:8080/search/[APP_ID]/[NAME]"
$ curl "http://localhost:8080/server/[IP]"

About

Mastersteam go app wrap in an fancy Docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published