Skip to content

Instantly share code, notes, and snippets.

View ericmaino's full-sized avatar

Eric Maino ericmaino

  • Microsoft
  • Seattle, WA
View GitHub Profile
@ericmaino
ericmaino / install-docker-ubuntu1604.sh
Last active June 7, 2017 22:30
Docker installation script for Ubuntu 16.04 (Xenial)
# Docker installation script for Ubuntu 16.04 (Xenial) on Azure
# Usage: execute sudo -i, first.
# wget -q -O - "$@" https://gist.github.com/catataw/63044e79c3cfa20198408130ba52e110/raw/ --no-cache | sh
# After running the script reboot and check whether docker is running.
DOCKER_RESULT=1
while [ $DOCKER_RESULT -ne 0 ]; do
echo "#################################################"
echo " Updating System"