Skip to content

Instantly share code, notes, and snippets.

View kornicameister's full-sized avatar
🎭
axion4life

Tomasz Trębski kornicameister

🎭
axion4life
View GitHub Profile
@kornicameister
kornicameister / install.sh
Last active October 2, 2017 06:07 — forked from wdullaer/install.sh
Install Latest Docker and Docker-compose on Ubuntu
echo "Installing docker & docker-compose in fast way"
sudo true
echo "Installing required dependencies"
sudo apt-get install linux-image-extra-$(uname -r) linux-image-extra-virtual -y -qq
sudo apt-get install apt-transport-https ca-certificates curl software-properties-common -y -qq
# Install docker"
echo "Installing docker"