- Get the jekyll docker image with
docker pull jekyll/jekyll
- Get into container bash with
make serve
- Run
bundle install
in docker shell - Run
bundle exec jekyll serve --incremental -H 0.0.0.0
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.