Skip to content

A minimal description of what is required to create, install and configure jenkins in a single command inside a docker container.

Notifications You must be signed in to change notification settings

PhillOliver-Dev/jenkins-as-code-as-fast-as-possible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jenkins as Code as fast as possible

A minimal description of what is required to create, install and configure jenkins in a single command inside a docker container.

How to run

The simplest way to run is by use of docker-compose where you simply call docker-compose up -d in the directory for a detached container.

Alternatively, docker can be directly utilised like so:

docker build -t jenkinsCasC .
docker run -p 8080:8080 jenkinsCasC

About

A minimal description of what is required to create, install and configure jenkins in a single command inside a docker container.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published