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-comThen run the container:
docker-compose run --service-ports chrispk-com bundle exec jekyll serve --host 0.0.0.0Remember to cleanup once your are done (optional):
docker-compose downOptionally, 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