VTWO-14496 : start machines configuration

This commit is contained in:
mbenabda
2019-06-20 16:44:59 +02:00
parent ce236f216f
commit e577b6e5ac
6 changed files with 68 additions and 2 deletions

View File

@@ -0,0 +1,16 @@
#!/usr/bin/env bash
sudo apt-get update -y
sudo apt-get install -y \
apt-transport-https \
ca-certificates \
curl \
gnupg2 \
software-properties-common
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