Skip to content

Instantly share code, notes, and snippets.

View cihangir's full-sized avatar
💭
Closed sourcing

Cihangir cihangir

💭
Closed sourcing
View GitHub Profile
@cihangir
cihangir / install.sh
Created May 16, 2018 16:26
docker install ubuntu
sudo apt-get update
sudo apt-get install -y \
apt-transport-https \
ca-certificates \
curl \
software-properties-common \
build-essential
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -