Skip to content

Instantly share code, notes, and snippets.

View nsturnitin's full-sized avatar

nick s nsturnitin

View GitHub Profile
@nsturnitin
nsturnitin / docker_centos7.sh
Last active April 29, 2016 04:31
Installs latest docker with insecure registry flag on centos7
#!/bin/bash
#% DESCRIPTION
#% Install docker and connect to Turnitin registry
#%
# exit after any error
set -e
# script only works on centos 7, exit if it's not