Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 440 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 440 Bytes

docker-jenkins

docker-jenkins

Usage:

To quckly deploy Jenkins on the Linux.

    To Build Image.
    
    Clone the repo.
    
    git clone [ as usual ]

    docker build -t jenkins:version .


Run a container

docker run \
      -d \
      --name=name of container \
      -v /local/path:/opt/jenkins \
      -p 8080:8080 \
      jenkins:latest \ - [ build name of image ]