Update LOCAL_SETUP.md

This commit is contained in:
tstaubitz
2016-11-14 16:12:17 +01:00
committed by GitHub
parent f96cb6b11b
commit c51bc5e64d

View File

@ -22,8 +22,8 @@ vagrant ssh
sudo apt-get install nginx
sudo ln -s /etc/nginx/sites-available/code_ocean /etc/nginx/sites-enabled
### Make docker daemon useable without sudo
# Infos taken from: http://askubuntu.com/questions/477551/how-can-i-use-docker-without-sudo
#### Make docker daemon useable without sudo
Infos taken from: http://askubuntu.com/questions/477551/how-can-i-use-docker-without-sudo
sudo groupadd docker
sudo gpasswd -a ${USER} docker