kleientertainment / ds_mod_tools

Don't Starve Mod Tools
Other
144 stars 42 forks source link

Docker container for portability #10

Open ghost opened 6 years ago

ghost commented 6 years ago

Dockerfile (WIP): https://github.com/lramage94/dockerfiles/blob/master/ds_mod_tools/Dockerfile

Docker Hub: https://hub.docker.com/r/lramage94/ds_mod_tools/

victorpopkov commented 3 years ago

Meanwhile, as I'm following the journey of updating our dstmodders/ktools fork alongside with dstmodders/docker-ktools, I've decided to make dstmodders/docker-klei-tools as well. So, as the spooky @ghost's image no longer exists, you can use ours as an alternative:

$ docker pull dstmodders/klei-tools:official # same tag: official-ktools-4.4.0-debian
$ docker run --rm -u klei-tools -v '/path/to/game/:/opt/dont_starve/' dstmodders/klei-tools:official

Tag "official" points to the latest official state and the latest official ktools release. However, I still recommend using the "latest" tag, which points to our latest releases of both dstmodders/ktools and dstmodders/klei-tools:

$ docker pull dstmodders/klei-tools # same tag: 1.0.0-ktools-4.5.1-debian

See tags for a list of all available versions.