The unofficial Docker image for splatnet2statink.
50K+
The unofficial Docker image for splatnet2statink.
This repository just keeps track of the original tool repository and builds an image to let it run as a containerized application. Since this isn't the official tool repository so please go to the original if you want to read the document of the tool or send a bug-report or something.
If you have the config.txt file for splatnet2statink, you can pass it via the variable SPLATNET2STATINK_CONFIG:
$ s2scfg=$(cat config.txt) && docker run -it --rm -e SPLATNET2STATINK_CONFIG=$s2scfg isseim/splatnet2statink:v1.7.3
Of course, some options for the command such as -r are available.
If you don't have the configuration file, you can create it by the following steps:
$ docker run -it --name s2s-for-configuration --rm isseim/splatnet2statink:v1.7.3 -t
splatnet2statink v1.7.3
Pulling data from online...
Number of recent battles to upload (0-50)?
$ docker cp s2s-for-configuration:/opt/app/config.txt .
GPLv3 in according with the origin tool repository.
Content type
Image
Digest
sha256:39f3a4ce7…
Size
29 MB
Last updated
about 4 years ago
docker pull isseim/splatnet2statink