Create Docker Container to Run Jekyll

1 · Kumar Rohit · June 26, 2022, 5 a.m.
I always faced issues when running jekyll locally, my blog uses jekyll to generate static pages, but every time my os is upgraded or I change my laptop, I always get into trouble of installing/managing ruby version, bundles etc. To my rescue comes the docker, I have created a simple a docker file and script to serve my jekyll pages locally, and it now works like a charm. I always have been admirer of docker, I tend to use docker more often if have to install any dev app, databases etc or package...