Skip to content

Instantly share code, notes, and snippets.

View cxasper's full-sized avatar
🏠
Working from home

Andersson Velasquez cxasper

🏠
Working from home
  • Perú
View GitHub Profile
@SpiralOutDotEu
SpiralOutDotEu / installDockerToLinuxMint.sh
Last active March 12, 2018 15:02
Docker installation in Linux Mint (and Ubuntu)
# 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