{"id":15145128,"url":"https://github.com/vsteinborn/docker-jekyll","last_synced_at":"2026-02-10T18:32:28.381Z","repository":{"id":244933623,"uuid":"816757886","full_name":"VSteinborn/Docker-Jekyll","owner":"VSteinborn","description":"Local development environment for Jekyll sites via Docker","archived":false,"fork":false,"pushed_at":"2024-07-11T07:07:48.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T19:20:17.068Z","etag":null,"topics":["development-environment","docker-image","jekyll"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VSteinborn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-18T10:53:04.000Z","updated_at":"2024-07-11T07:07:51.000Z","dependencies_parsed_at":"2024-09-26T11:09:05.321Z","dependency_job_id":null,"html_url":"https://github.com/VSteinborn/Docker-Jekyll","commit_stats":null,"previous_names":["vsteinborn/docker-jekyll"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/VSteinborn/Docker-Jekyll","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VSteinborn%2FDocker-Jekyll","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VSteinborn%2FDocker-Jekyll/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VSteinborn%2FDocker-Jekyll/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VSteinborn%2FDocker-Jekyll/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VSteinborn","download_url":"https://codeload.github.com/VSteinborn/Docker-Jekyll/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VSteinborn%2FDocker-Jekyll/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271061460,"owners_count":24692541,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["development-environment","docker-image","jekyll"],"created_at":"2024-09-26T11:09:01.250Z","updated_at":"2026-02-10T18:32:28.347Z","avatar_url":"https://github.com/VSteinborn.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker-Jekyll\n\nLocal development environment for [Jekyll](https://jekyllrb.com/) sites via Docker.\n\n# Why run Jekyll in Docker?\n\n- To avoid setting up Jekyll each time on a new machine\n- Jekyll's configuration a bit tricky, as it only works on specific versions of Ruby, according to [people's experience](https://talk.jekyllrb.com/t/error-when-executing-bundle-install/8822). This Docker file already takes care of any configuration settings for local development.\n- The Docker image is relatively light (298MB). It is built on top of [Alpine Linux](https://www.alpinelinux.org/), a resource-efficient Linux distribution.\n\n# Running the container\n\nTo run the image in your project, follow the following steps:\n\n1. First make sure Docker engine is running and that you can use the Docker CLI, by installing [Docker Desktop](https://www.docker.com/products/docker-desktop/), for example.\n\n2. Copy `compose.yaml` and `docker-entrypoint.sh` from this repository into the project's root directory containing your Jekyll website and your `Gemfile` (otherwise the site can't build).\n\n```shell\ncd your/project/directory/\ngit clone --depth 1 git@github.com:VSteinborn/Docker-Jekyll.git # get repository files from Github\nln ./Docker-Jekyll/compose.yaml . # create a symbolic link of compose.yaml in the project's root directory\nln ./Docker-Jekyll/docker-entrypoint.sh . # similarly for docker-entrypoint.sh\n```\n\n3. Run the container using docker compose up.\n\n```shell\ndocker compose up\n```\n\nUsing the above command, the application name will be `jekyll-dev` in Docker, the localhost's port `4000` will listen for traffic and finally, the project directory is [bind-mounted](https://docs.docker.com/storage/bind-mounts/) to the Docker container's `/site` directory.\nFeel free to change the settings to your use case.\n\nAfter following the above steps site should be running at `http://0.0.0.0:4000/` in the browser.\n\nAdditionally, any file changes in the project directory will update the site at `http://0.0.0.0:4000/` after reloading the page.\n\nto stop and remove the Docker application simply run:\n\n```shell\ndocker compose down\n```\n\n# References\n\n- Credits to Bret Fisher for publishing a great [Dockerfile](https://github.com/BretFisher/jekyll-serve) for running Jekyll.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvsteinborn%2Fdocker-jekyll","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvsteinborn%2Fdocker-jekyll","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvsteinborn%2Fdocker-jekyll/lists"}