#!/bin/bash
set -eux

# install docker engine
wget -qO- https://get.docker.com/ | bash
