Barebone steamcmd in Ubuntu with rcon healthcheck
See xcq1/steamcmd plus
RCON_HOST=xyz(defaultlocalhost): host of the rcon server, in case it is bound to a specific addressRCON_PORT=xyz(default27015): port of the rcon serverRCON_PASS=xyz(default""): password of the rcon serverRCON_HEALTH_COMMAND(mandatory): command that is transmitted to the server which must responded with a non-zero-length answer for the container to be considered healthyRCON_HEALTH_REGEXP(default""): regexp that, if set, must match the rcon response for the container to be considered healthy
- Uses SourceRcon.py from frostschutz/SourceLib under MIT license