Personal blog of Chris Park-Kennaby. Mostly posting my travel photography - shot mainly on 35mm film - on a bi-monthly basis. May also write about film and technology on occasion.
First, build the Docker container:
docker build . -t chrispk-com
Then run the container:
docker-compose run --service-ports chrispk-com bundle exec jekyll serve --host 0.0.0.0
Remember to cleanup once your are done (optional):
docker-compose down
Optionally, add the following to your hosts
file to make the site avaiable at local.chrispk.com:4000 (required for some image serving to function correctly):
127.0.0.1 local.chrispk.com