Sign inSign up

ianhinder/jenkins-einsteintoolkit

By ianhinder

•Updated over 11 years ago

Image
0

1.4K

ianhinder/jenkins-einsteintoolkit repository overview

Create a new data volume container for Jenkins configuration and build results:

docker create --name jenkins-data ianhinder/jenkins-einsteintoolkit

Launch a new Jenkins container:

docker run -d --publish 8080:8080 --name jenkins --volumes-from jenkins-data ianhinder/jenkins-einsteintoolkit

Visit the Jenkins instance on port 8080. An EinsteinToolkit jenkins job will have been created, and you should be able to start a build.

Tag summary

Content type

Image

Digest

sha256:2bae5d13e…

Size

-

Last updated

over 11 years ago

docker pull ianhinder/jenkins-einsteintoolkit