Updating docs with Ruby in Docker Start the container interactively: docker run -it --rm -v "$PWD/docs":/docs -p 4000:4000 ruby bash Change the working directory to docs: cd /docs Fetch dependencies: bundler install Run with auto reloading: bundle exec jekyll serve -H 0.0.0.0