This file contains hidden or 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
#!/usr/bin/env bash | |
: ' | |
Script works on Ubuntu 16.04 & Ubuntu 14.04 | |
Installation script for docker | |
https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-16-04 | |
' | |
sudo apt-get remove -y docker docker-engine docker.io |