{"id":20375068,"url":"https://github.com/leelow/jenkins-dind-nodejs","last_synced_at":"2026-05-04T14:46:57.132Z","repository":{"id":93081578,"uuid":"107581683","full_name":"Leelow/jenkins-dind-nodejs","owner":"Leelow","description":"🐳 👴 Jenkins Docker-in-Docker with Node.js 8.x pre-installed.","archived":false,"fork":false,"pushed_at":"2017-12-17T18:58:45.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-15T07:03:33.777Z","etag":null,"topics":["devops","devops-tools","dind","docker","jenkins","nodejs"],"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/Leelow.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":"2017-10-19T18:09:33.000Z","updated_at":"2017-10-31T19:31:25.000Z","dependencies_parsed_at":"2023-06-04T17:15:17.793Z","dependency_job_id":null,"html_url":"https://github.com/Leelow/jenkins-dind-nodejs","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/Leelow%2Fjenkins-dind-nodejs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leelow%2Fjenkins-dind-nodejs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leelow%2Fjenkins-dind-nodejs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leelow%2Fjenkins-dind-nodejs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Leelow","download_url":"https://codeload.github.com/Leelow/jenkins-dind-nodejs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241923885,"owners_count":20043096,"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":["devops","devops-tools","dind","docker","jenkins","nodejs"],"created_at":"2024-11-15T01:28:40.963Z","updated_at":"2026-05-04T14:46:52.113Z","avatar_url":"https://github.com/Leelow.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jenkins-dind-nodejs\n\n[![Travis Status][travis-image]][travis-url]\n[![Docker Status][docker-image]][docker-url]\n\n## Usage\n\n### Pull image\n\n```bash\ndocker pull leelow29/jenkins-dind-nodejs\n```\n\n### (Optional) Create a directory for the jenkins volume\n\n```bash\nmkdir /srv/jenkins\nchmod 0666 /srv/jenkins\n```\n\n### Create and run a container\n\n```bash\ndocker run --name jenkins --privileged -d -p 127.0.0.1:8080:8080 -v /srv/jenkins:/var/jenkins_home jenkins-dind-nodejs:latest\n```\n\nNote: the flag `--priviledged` is necessary to be able to use `docker` from the container.\n\nIn this example, the jenkins web interface is available at http://127.0.0.1:8080. If you want to login as admin, you can get the initial admin password typing the following command:\n\n```bash\ndocker exec jenkins cat /var/jenkins_home/secrets/initialAdminPassword\n```\n\n## Build\n\n```bash\ngit clone https://github.com/Leelow/jenkins-dind-nodejs.git\ncd jenkins-dind-nodejs\ndocker build -t jenkins-dind-nodejs .\n```\n\n## License\n\n[MIT](LICENSE)\n\n[travis-image]: https://travis-ci.org/Leelow/jenkins-dind-nodejs.svg?branch=master\n[travis-url]: https://travis-ci.org/Leelow/jenkins-dind-nodejs\n[docker-image]: https://img.shields.io/docker/build/leelow29/jenkins-dind-nodejs.svg\n[docker-url]: https://hub.docker.com/r/leelow29/jenkins-dind-nodejs/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleelow%2Fjenkins-dind-nodejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleelow%2Fjenkins-dind-nodejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleelow%2Fjenkins-dind-nodejs/lists"}