- Get the jekyll docker image with
docker pull jekyll/jekyll
- Get into container bash with
make serve
- Run
bundle exec jekyll serve --incremental
in docker shell
At this point you should be able to connect to server using a browser at
127.0.0.1:4000
or open the local index.html
file in the build