mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 14:17:46 +00:00
Reload user groups during AWS deployment
Otherwise, docker group is not properly taken into account
This commit is contained in:
parent
543aaebe02
commit
cf4fe82e0e
@ -23,6 +23,7 @@ sudo add-apt-repository \
|
||||
sudo apt update
|
||||
sudo apt install -y docker-ce docker-ce-cli containerd.io
|
||||
sudo usermod -aG docker $TUTOR_USER
|
||||
sudo su - $TUTOR_USER
|
||||
docker run hello-world
|
||||
|
||||
echo "=============== Installing docker-compose"
|
||||
|
Loading…
Reference in New Issue
Block a user