-
git clone https://github.com/spaungam/docker-1 -
docker build -t myjenkins . -
docker run -p 8080:8080 -p 50000:50000 -v ~/jenkinsdata:/var/jenkins_home myjenkins -
docker tag myjenkins registry.ng.bluemix.net/mycontainers/myjenkins -
docker push registry.ng.bluemix.net/mycontainers/myjenkins -
cf ic images -
cf ic run --name myjenkins -p 8080 -m 512 registry.ng.bluemix.net/mycontainers/myjenkins -
cf ic ps -
cf ic ip list -
cf ic ip request -
cf ic ip bind 123.12.123.20 myjenkins -
cf ic inspect myjenkins -
cf ic logs myjenkins
forked from jenkinsci/docker
-
Notifications
You must be signed in to change notification settings - Fork 0
Docker official jenkins repo
spaungam/docker-1
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Docker official jenkins repo
Resources
Contributing
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Shell 99.0%
- Groovy 1.0%