Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jkawamoto/docker-jenkins
A docker image for Jenkins.
https://github.com/jkawamoto/docker-jenkins
Last synced: 13 days ago
JSON representation
A docker image for Jenkins.
- Host: GitHub
- URL: https://github.com/jkawamoto/docker-jenkins
- Owner: jkawamoto
- License: mit
- Created: 2015-06-25T01:05:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-29T10:28:09.000Z (over 9 years ago)
- Last Synced: 2024-04-11T15:27:09.676Z (7 months ago)
- Language: Python
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A docker container for Jenkins
===============================This docker image is based on [the official docker image](https://registry.hub.docker.com/_/jenkins/)
and contains `docker-run.py` command which provides `docker run` from docker containers.docker-run command
------------------
```
usage: docker-run.py [-h] --image IMAGE --cmd CMD --myname MYNAMEoptional arguments:
-h, --help show this help message and exit
--image IMAGE a docker image to be run.
--cmd CMD a quoted string for command to be executed.
--myname MYNAME a name of the container where this command run.
```License
--------
This software is released under the MIT License, see LICENSE.