Skip to content

Instantly share code, notes, and snippets.

@det-peralta
Last active February 19, 2020 18:16
Show Gist options
  • Save det-peralta/2a75b75fb2d33a47fbb53e34f0379336 to your computer and use it in GitHub Desktop.
Save det-peralta/2a75b75fb2d33a47fbb53e34f0379336 to your computer and use it in GitHub Desktop.
Install Docker on Ubuntu
#!/bin/bash
wget -qO- https://get.docker.com/ | sh
sudo usermod -aG docker $(whoami)
@det-peralta
Copy link
Author

det-peralta commented Feb 19, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment