Skip to content

Instantly share code, notes, and snippets.

View hammer-of-thor's full-sized avatar

Daan Tor hammer-of-thor

View GitHub Profile
#!/bin/sh
set -e
# Docker CE for Linux installation script
#
# See https://docs.docker.com/engine/install/ for the installation steps.
#
# This script is meant for quick & easy install via:
# $ curl -fsSL https://get.docker.com -o get-docker.sh
# $ sh get-docker.sh
#