https://github.com/fasatrix/jenkins-on-docker
Jenkins on docker
https://github.com/fasatrix/jenkins-on-docker
Last synced: 12 months ago
JSON representation
Jenkins on docker
- Host: GitHub
- URL: https://github.com/fasatrix/jenkins-on-docker
- Owner: fasatrix
- License: mit
- Created: 2021-02-27T19:21:56.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-28T05:02:24.000Z (over 5 years ago)
- Last Synced: 2025-03-29T00:15:54.093Z (over 1 year ago)
- Language: Shell
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jenkins-on-docker
# Environment: Windows OS with Docker version 20.10.2 (build 2291f61) - switch to LINUX container
Instructions:
* ```cd c:\```
* ```git clone https://github.com/fasatrix/jenkins-on-docker.git```
* ```cd jenkins-on-docker```
* your prompt should be ```c:/jenkins-on-docker```
* ```docker build --no-cache -t jenkins .```
* be patient until the image has been built (some plugins could take a while to download/install)
* ```docker run -d --name jenkins -v C:/docker-on-jenkins/casc_config/anonymous_config.yml:/var/jenkins_home/casc_configs/azure_config.yml --env-file ./env.list jenkins```
* ```docker logs jenkins```