# dockers **Repository Path**: czq7966/dockers ## Basic Information - **Project Name**: dockers - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: jenkins/docker - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README this is the jenkins war docker file 1、to build a image, run: docker image build -t jenkins_war . 2、to run a container, first create a folder like ~/data/jenkins_home with current user, then run : docker run --privileged -it -p 8080:8080 --name jenkins_war -v ~/data/jenkins_home:/var/jenkins_home jenkins_war