https://github.com/larrycai/jenkins-docker-demo1
jenkins demo 1 using docker
https://github.com/larrycai/jenkins-docker-demo1
Last synced: 3 months ago
JSON representation
jenkins demo 1 using docker
- Host: GitHub
- URL: https://github.com/larrycai/jenkins-docker-demo1
- Owner: larrycai
- License: apache-2.0
- Created: 2014-08-09T12:27:59.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-16T06:54:48.000Z (over 10 years ago)
- Last Synced: 2025-01-29T00:51:21.438Z (4 months ago)
- Language: Shell
- Size: 227 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
jenkins-docker-demo1
====================jenkins demo 1 using jenkins docker plugin
$ docker run -t -p 8080:8080 larrycai/jenkins-docker-demo1
The job `docker-demo` is created already, click to `build` directly* it will pull `larrycai/jenkins-slave-ubuntu` for first time as slave docker container
* it will be launched to serve as slave machinesRunning under CoreOS
====================Following https://coreos.com/docs/launching-containers/building/customizing-docker/ to enable the REMOTE API for docker
In short, to enable the socket, please put the file `docker-tcp.socket` into `/etc/systemd/system` and run following command to enable it.
systemctl enable docker-tcp.socket
systemctl stop docker
systemctl start docker-tcp.socket
systemctl start docker