Skip to content

Instantly share code, notes, and snippets.

View CarlosLannister's full-sized avatar
🎯
Focusing

Carlos Cilleruelo CarlosLannister

🎯
Focusing
View GitHub Profile
#!/bin/bash
# update apt-get
export DEBIAN_FRONTEND="noninteractive"
sudo apt-get update
# remove previously installed Docker
sudo apt-get remove docker docker-engine docker.io* lxc-docker*
# install dependencies 4 cert