apt-get update;
apt-get -y install docker.io;
curl -sSL https://get.docker.com/ubuntu/ | sh;
apt-get update;
echo "Feel free to do more stuff in your bootstrap.sh file";