teamspeak3/README.md

37 lines
1.1 KiB
Markdown
Raw Normal View History

2014-04-10 10:05:59 +00:00
### docker-teamspeak3
2014-04-08 18:27:42 +00:00
2014-04-10 10:05:59 +00:00
This is a docker container based on ubuntu with installed Teampspeak 3 server.
Just start the container and its ready to go!
2014-04-10 09:58:54 +00:00
2014-04-10 10:05:59 +00:00
#### Summary
* Ubuntu
* Teamspeak 3 server
* Adding a Licence file (planned)
2014-04-10 10:15:58 +00:00
* make complete ts3 conf accessible (planned)
2014-04-10 10:24:53 +00:00
* settings are persisted between start/stop of the container, after upgrading(using the run cmd to make a new container)
not yet. will follow in the future, probably as an change to the run command, not the dockerfile itself.
2014-04-10 10:05:59 +00:00
#### Usage
2014-04-10 10:15:58 +00:00
Following commands a just examples which should be ok for most installs.
2014-04-10 10:05:59 +00:00
2014-04-10 10:15:58 +00:00
* Starting
This starts a docker container in the
background (-d) with direct mapping of the TS3 port (-p 9987:9987/udp)
and sets the name to TS3.
2014-04-10 10:05:59 +00:00
2014-04-10 10:15:58 +00:00
`sudo docker run --name TS3 -d -p 9987:9987/udp devalx/docker-teamspeak3`
2014-04-10 09:58:54 +00:00
2014-04-10 10:15:58 +00:00
##### Logs
To get the created Admin secrets use this cmd:
2014-04-10 09:58:54 +00:00
2014-04-10 10:15:58 +00:00
sudo docker logs TS3
2014-04-10 10:24:53 +00:00
you can also specify the container id instead of TS3.
2014-04-10 10:15:58 +00:00
TODO saving data through links neceassry?
##### Settings
This dockerfile can be customized be specifieing several ENV variables.
All of these are optional.