Last active
February 19, 2020 18:16
-
-
Save det-peralta/2a75b75fb2d33a47fbb53e34f0379336 to your computer and use it in GitHub Desktop.
Install Docker on Ubuntu
This file contains hidden or 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
#!/bin/bash | |
wget -qO- https://get.docker.com/ | sh | |
sudo usermod -aG docker $(whoami) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
W: GPG error: https://download.docker.com/linux/ubuntu bionic InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY
E: The repository 'https://download.docker.com/linux/ubuntu bionic InRelease' is not signed.