VTWO-14496 : continue configuring machine

This commit is contained in:
mbenabda
2019-06-20 20:56:42 +02:00
parent ee481cc7d4
commit 89fee4b7aa
12 changed files with 180 additions and 11 deletions

View File

@@ -13,4 +13,12 @@ curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -
sudo add-apt-repository -y "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable"
sudo apt-get install -y --allow-unauthenticated docker-ce docker-ce-cli containerd.io
sudo apt-get install -y --allow-unauthenticated docker-ce docker-ce-cli containerd.io
sudo systemctl enable docker
sleep 5
sudo systemctl start docker
sudo usermod -aG docker $USER