{"id":22243167,"url":"https://github.com/ims94/jenkins-with-docker","last_synced_at":"2026-04-14T00:03:11.345Z","repository":{"id":99097934,"uuid":"324895606","full_name":"IMS94/jenkins-with-docker","owner":"IMS94","description":"A modified version of jenkins:lts docker image with docker installed","archived":false,"fork":false,"pushed_at":"2020-12-28T10:02:37.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-30T09:42:57.771Z","etag":null,"topics":["ci-cd","devops","docker","docker-compose","jenkins"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IMS94.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-12-28T02:46:33.000Z","updated_at":"2020-12-28T10:03:23.000Z","dependencies_parsed_at":"2023-06-03T19:30:21.611Z","dependency_job_id":null,"html_url":"https://github.com/IMS94/jenkins-with-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IMS94%2Fjenkins-with-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IMS94%2Fjenkins-with-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IMS94%2Fjenkins-with-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IMS94%2Fjenkins-with-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IMS94","download_url":"https://codeload.github.com/IMS94/jenkins-with-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245449531,"owners_count":20617187,"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","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":["ci-cd","devops","docker","docker-compose","jenkins"],"created_at":"2024-12-03T04:21:18.179Z","updated_at":"2026-04-14T00:03:11.318Z","avatar_url":"https://github.com/IMS94.png","language":"Dockerfile","readme":"# Jenkins with Docker\n\nA modified version of the [jenkins:lts](https://hub.docker.com/r/jenkins/jenkins) docker image with docker installed in it. Used to run a jenkins instance that can perform docker builds out of the box.\n\nDocker image available at: https://hub.docker.com/r/ims94/jenkins\n\n## Prerequisites\n\n- The host machine should have docker installed as this container requires to mount the `docker.sock` of the host machine as a mounted volume.\n\n## Run\nWith docker CLI:\n```\ndocker run \\\n    --publish 8000:8080 \\\n    --publish 50000:50000 \\\n    --volume jenkins_home:/var/jenkins_home \\\n    --volume /var/run/docker.sock:/var/run/docker.sock \\\n    --name jenkins -d ims94/jenkins:latest\n```\n\nWith docker-compose (use the `docker-compose.yml` file in the repository):\n```\ndocker-compose up -d\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fims94%2Fjenkins-with-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fims94%2Fjenkins-with-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fims94%2Fjenkins-with-docker/lists"}