From f283ae680c0f47663f594b57334bc34143b3b13b Mon Sep 17 00:00:00 2001 From: Alexander Falb Date: Wed, 2 Sep 2015 09:27:49 +0200 Subject: [PATCH] Update README.md remove `sudo` from all docker commands adjust github url and dockerhub username --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 13712be..c7265d3 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Ubuntu with TS3 Server. Just in case you dont wanna use the index. - `sudo docker build https://github.com/devalx/docker-teamspeak3.git` + `docker build https://github.com/luzifer-docker/docker-teamspeak3.git` * Create container @@ -46,12 +46,12 @@ Ubuntu with TS3 Server. {FOLDER} is an absolute path on the host to be mapped by the containers /teamspeak3 folder. Injected files are used from this location, see Summary above. - `sudo docker run --name TS3 -d -p 9987:9987/udp -v {FOLDER}:/teamspeak3 devalx/docker-teamspeak3` + `docker run --name TS3 -d -p 9987:9987/udp -v {FOLDER}:/teamspeak3 luzifer/teamspeak3` * Admin Secret After starting the container you probably want to get the Admin secret with: - `sudo docker logs TS3` + `docker logs TS3` * Upgrading