Skip to content

Instantly share code, notes, and snippets.

@yaci
Last active September 21, 2020 11:33
Show Gist options
  • Save yaci/79d2b450370f0edcd8cd56e524ab7ae5 to your computer and use it in GitHub Desktop.
Save yaci/79d2b450370f0edcd8cd56e524ab7ae5 to your computer and use it in GitHub Desktop.
sudo apt-get update
sudo apt-get -y upgrade
sudo apt-get -y install apt-transport-https ca-certificates curl software-properties-common openssh-server
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 update
sudo apt-get -y install docker-ce htop zsh
sudo docker info
sudo usermod -aG docker ubuntu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment