Skip to content
Snippets Groups Projects
Commit dd1deb14 authored by Mike Marchetti's avatar Mike Marchetti Committed by Gerrit Code Review
Browse files

Merge "Update docker installation"

parents 3f20c5a9 8548816b
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