- Docker Engine
- docker-compose
With the docker-compose.yml
file provided in this gist,
run the following command:
docker-compose up -d
After a while, get the admin password to be able to unlock the installation with:
docker-compose exec cloudbees-jenkins cat /var/jenkins_home/secrets/initialAdminPassword
Run the following scenario with Google Chrome 1st, and then try it with Firefox:
- Open http://localhost/
- Unlock Jenkins's installation with the
initialAdminPassword
- Check that the wizard renders correctly for the license
Thanks so much! This reminds me that we need to check our courses are well-behaved in multiple browsers, not just in Google Chrome.