Skip to content

Instantly share code, notes, and snippets.

View aldookware's full-sized avatar
:octocat:
Focusing

Aldo Okware aldookware

:octocat:
Focusing
View GitHub Profile
@aldookware
aldookware / ubuntudocker.sh
Last active September 5, 2022 05:31 — forked from fredhsu/ubuntudocker.sh
Shell script to install Docker CE on ubuntu and post-install user configuration
#!/bin/bash
sudo apt-get install -y \
apt-transport-https \
ca-certificates \
curl \
software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo apt-key fingerprint 0EBFCD88
sudo add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/ubuntu \