Skip to content
Snippets Groups Projects
Commit 8548816b authored by Mike Marchetti's avatar Mike Marchetti
Browse files

Update docker installation


Change-Id: I3a6fbabe94b847f3c4ce5124e403455f457e317e
Signed-off-by: default avatarMike Marchetti <mmarchetti@sandvine.com>
parent 2d71d0dd
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
sudo apt -y update && apt-get -y upgrade
sudo apt -y install git wget curl vim snapd docker.io zfs lxd software-properties-common
sudo apt -y install git wget curl vim snapd lxd software-properties-common
sudo apt-get install -y apt-transport-https ca-certificates
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
sudo apt-get -qq update
sudo apt-get install -y docker-ce
sudo groupadd -f docker
sudo usermod -aG docker $USER
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment