docker volume create jenkins_data
docker run -d -p 8080:8080 -v jenkins_data:/var/jenkins_home --name jenkins jenkins