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
# Install missing packages | |
# Linux Mint user need that. Ubuntu users have it pre-installed | |
sudo apt-get update | |
sudo apt-get install -y curl cgroup-lite lxc | |
# Install Docker | |
curl -sSL https://get.docker.com/ | sudo sh | |
# Close this terminal and start a new one to make changes take effect |