This container provides a sinusbot instance.
- Sinusbot: 1.0.0-beta.5-b262b6a
- TeamSpeak: 3.3.0
docker pull moonliightz/sinusbot:latest$ docker run -d -v /home/sinusbot/data:/sinusbot/data -p 8087:8087 --name sinusbot moonliightz/sinusbot:latest/home/sinusbot/datais the directory on your local machine where your bot files will be stored/sinusbot/datais the directory on the docker machine.
Note: Don't change
/sinusbot/dataon your docker machine. The source code is based on this directory.
$ docker logs -f <name of container e.g. sinusbot> Use it to get the password for the web interface and to see the logs.
The default UID and GID of the user in the container is 3000.
- SinusBot by Michael Friese.
This project is licensed under the MIT License - see the LICENSE file for details.