Skip to content

Jenkins in Docker container via docker-compose.yml (example)

Notifications You must be signed in to change notification settings

EvilFreelancer/docker-compose-jenkins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker composition of Jenkins

How to set up

Clone repository

git clone git@github.com:EvilFreelancer/docker-compose-jenkins.git

Switch work directory to root of project

cd docker-compose-jenkins

Copy composition config from example

cp docker-compose.yml.dist docker-compose.yml

Run composition

docker-compose up -d

After that, if you'll open http://localhost in your browser, you'll see Jenkins installation page.

By the way, mounting the directory does not work on Windows and MacOS X, so I strongly recommend that you configure everything on Linux, for example on Ubuntu Linux.

Good luck!

Links

About

Jenkins in Docker container via docker-compose.yml (example)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published