git clone git@github.com:/awc737/blog && cd blog
docker build -t awc737/blog .
docker run --name blog -it -p 8001:80 -v `pwd`:/var/www/blog awc737/blog
Optionally remove the container when finished:
docker rm blog
To watch and recompile SASS and JS, from the repository directory:
npm install -g grunt-cli
grunt