boot2docker init && boot2docker up && boot2docker ssh
git clone https://github.com/jimfdavies/docker-hubot-flowdock.git
cd docker-hubot-flowdock/
git pull && docker build --tag=hubot --rm=true .
docker run -d -e [email protected] -e HUBOT_FLOWDOCK_LOGIN_PASSWORD=r0b0t --name=hubot hubot:latest