Skip to content

Instantly share code, notes, and snippets.

View lyubenov's full-sized avatar

Emo lyubenov

View GitHub Profile
#!/bin/bash
# update apt-get
export DEBIAN_FRONTEND="noninteractive"
sudo apt-get update
# remove previously installed Docker
sudo apt-get purge lxc-docker*
sudo apt-get purge docker.io*