Powered by Docker with Docker-compose - https://hub.docker.com/r/jenkins/jenkins
- prepare
.envfile (.env.distis an example file) - start container
docker-compose up --build -d - visit
http://localhost:8080
docker-compose exec jenkins bash
docker-compose downdocker pull jenkins/jenkins:ltsdocker-compose up --build -d
- If you wish to use ssh inside Jenkins please link .ssh directory:
sudo ln -s ~/.ssh /var/jenkins_home/.ssh