{"id":15083701,"url":"https://github.com/siddharth1207/demo","last_synced_at":"2026-01-03T15:06:33.283Z","repository":{"id":177633199,"uuid":"660663923","full_name":"Siddharth1207/demo","owner":"Siddharth1207","description":"Docker Jenkins pipeline Docker project - Docker desktop windows  spring boot maven ","archived":false,"fork":false,"pushed_at":"2023-07-01T18:01:41.000Z","size":70,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T08:35:39.628Z","etag":null,"topics":["docker","dockerdesktop","jenkins-pipeline","maven","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"Java","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/Siddharth1207.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":"2023-06-30T14:26:37.000Z","updated_at":"2023-07-01T18:17:16.000Z","dependencies_parsed_at":"2023-07-10T23:15:13.787Z","dependency_job_id":null,"html_url":"https://github.com/Siddharth1207/demo","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"78da06d7e097d73d259c697898a739a3b6f87b55"},"previous_names":["siddharth1207/demo"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Siddharth1207%2Fdemo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Siddharth1207%2Fdemo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Siddharth1207%2Fdemo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Siddharth1207%2Fdemo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Siddharth1207","download_url":"https://codeload.github.com/Siddharth1207/demo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243941374,"owners_count":20372229,"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":["docker","dockerdesktop","jenkins-pipeline","maven","spring-boot"],"created_at":"2024-09-25T06:31:33.259Z","updated_at":"2026-01-03T15:06:33.255Z","avatar_url":"https://github.com/Siddharth1207.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# demo# Run the docker file saved in current folder\n# it creates an imange in the docker\n# docker desktop allow tcp port\n# jenkins remove password from config .xml\n\nHelpfull command\n\nIf the nano command is not available in the Jenkins container, you can try using the vi editor instead. Here's an alternative approach:\nFind the name or ID of the Jenkins container by running the following command:\n\nCopy code\n1.             docker ps\nUse the docker exec command to start a shell session in the Jenkins container:\n\nbash\nCopy code\n2.             docker exec -it \u003ccontainer_name_or_id\u003e bash\n\nOnce inside the container, navigate to the Jenkins home directory:\n\nbash\nCopy code\n3.              cd /var/jenkins_home\nEdit the config.xml file using the vi editor:\n\narduino\nCopy code\n4.              vi config.xml      (change required in config.xml to run jenkins without password) \n \u003cuseSecurity\u003efalse\u003c/useSecurity\u003e\n \n change it back to  \u003cuseSecurity\u003etrue\u003c/useSecurity\u003e after creating the admin user for jenkins\n \n \nPress i to enter insert mode and make the necessary changes to the file.\n\nPress Esc to exit insert mode, and then type :wq to save the changes and exit the editor.\n\nRestart the Jenkins container:\n\nphp\nCopy code\n6.             docker restart \u003ccontainer_name_or_id\u003e\n\n\nNOTE : Installation on docker desktop machine : \n\ndocker exec -u root -it \u003ccontainer_id_or_name\u003e apt-get update\ndocker exec -u root -it \u003ccontainer_id_or_name\u003e apt-get install -y vim\n\nNOTE :  Check location of the file\n\ndocker run --name jenkins-lts -d -p 8080:8080 -p 50000:50000 --group-add 999 -v jenkins_home:/var/jenkins_home -v /var/run/docker.sock:/var/run/docker.sock -e DOCKER_HOST=tcp://host.docker.internal:2375 my-jenkins\n\n\t\n\t\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiddharth1207%2Fdemo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsiddharth1207%2Fdemo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiddharth1207%2Fdemo/lists"}