Last active
May 16, 2020 16:15
-
-
Save det-peralta/f941273130b12e79ce3c7c7ddaa5cc72 to your computer and use it in GitHub Desktop.
Ubuntu Server 20.04 + docker
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#https://releases.ubuntu.com/20.04/ubuntu-20.04-live-server-amd64.iso | |
#https://github.com/pbatard/rufus/releases/download/v3.10/rufus-3.10p.exe | |
sudo groupadd docker | |
sudo usermod -aG docker ${USER} | |
logout |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment