{"id":20811874,"url":"https://github.com/mewebstudio/jenkins-with-docker","last_synced_at":"2026-04-25T01:36:47.228Z","repository":{"id":239496314,"uuid":"799682074","full_name":"mewebstudio/jenkins-with-docker","owner":"mewebstudio","description":"Jenkins with docker","archived":false,"fork":false,"pushed_at":"2025-05-01T20:54:17.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-01T21:48:26.618Z","etag":null,"topics":["devops","docker","docker-in-docker","jenkins","jenkins-with-docker"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/mewebstudio.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-05-12T21:12:52.000Z","updated_at":"2025-05-01T20:53:39.000Z","dependencies_parsed_at":"2024-11-17T20:48:54.841Z","dependency_job_id":"e78a8871-f9d6-4b50-af0a-45c1e4186334","html_url":"https://github.com/mewebstudio/jenkins-with-docker","commit_stats":null,"previous_names":["mewebstudio/jenkins-with-docker"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/mewebstudio/jenkins-with-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mewebstudio%2Fjenkins-with-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mewebstudio%2Fjenkins-with-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mewebstudio%2Fjenkins-with-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mewebstudio%2Fjenkins-with-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mewebstudio","download_url":"https://codeload.github.com/mewebstudio/jenkins-with-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mewebstudio%2Fjenkins-with-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28071575,"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-12-27T02:00:05.897Z","response_time":58,"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":["devops","docker","docker-in-docker","jenkins","jenkins-with-docker"],"created_at":"2024-11-17T20:48:50.272Z","updated_at":"2025-12-27T04:50:08.721Z","avatar_url":"https://github.com/mewebstudio.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jenkins with Docker\n\n### Build\n```bash\ndocker build -t jenkins-with-docker .\n```\n\n### Create volume\n```bash\ndocker volume create --name jenkins_home\n```\n\n### Run\n```bash\n# From local image\ndocker run -d --privileged -p 8080:8080 -p 50000:50000 --name jenkins --restart=on-failure -v jenkins_home:/var/jenkins_home -v /var/run/docker.sock:/var/run/docker.sock jenkins-with-docker\n```\n\n```bash\n# From Docker Hub\ndocker run -d --privileged -p 8080:8080 -p 50000:50000 --name jenkins --restart=on-failure -v jenkins_home:/var/jenkins_home -v /var/run/docker.sock:/var/run/docker.sock mewebstudio/jenkins-with-docker:latest\n```\n\n### Unlock Jenkins\n```bash\ndocker exec -it jenkins bash -c \"cat /var/jenkins_home/secrets/initialAdminPassword\"\n```\n\n### Open Jenkins UI\n[http://localhost:8080](http://localhost:8080)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmewebstudio%2Fjenkins-with-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmewebstudio%2Fjenkins-with-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmewebstudio%2Fjenkins-with-docker/lists"}