Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 420 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 420 Bytes

Jenkins for MetaBrainz

Running the container

docker volume create --driver local --name jenkins-data
docker pull metabrainz/jenkins
docker run \
    --publish 80:8080 \
    --volume jenkins-data:/var/jenkins_home \
    --volume /var/run/docker.sock:/var/run/docker.sock \
    metabrainz/jenkins