Tintin MUD Client built into a Docker Container
988
git clone https://github.com/dstritzel/docker.git
Ensure Docker is on your system and do the following and you are in the docker directory.
docker run -it --name tintin -v ${PWD}/config:/config faliarin/tintin:latest
Add --rm if you want to remove the container after you are complete.
Default location for tintin config file will be in /config/run.tin. This can be overriden by using the CONFIG_FILE environemt vaiable.
docker build -t tintin https://github.com/dstritzel/docker.git\#master/tintin
Docker Modules to assist in daily one off programs
Content type
Image
Digest
sha256:597029c88…
Size
96 MB
Last updated
about 1 year ago
docker pull faliarin/tintin