This file contains 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
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" |