docker pull jenkins:2.60.3
docker run -d -p 50000:50000 -p 8080:8080 --name jenkins --restart always --privileged=true -u root jenkins:2.60.3