Установка
Last updated
Last updated
link:
Create
Create the following to share the Docker client TLS certificates needed to connect to the Docker daemon and persist the Jenkins data.
In order to execute Docker commands inside Jenkins nodes, download and run the docker:dind
(это по факту докер в докере) Docker image using the following command:
Go to http://localhost:8080
здесь спросят пароль админа. Для его получения лезем в логи или в конфиги jenkins. Для docker'а: docker exec jenkins-blueocean cat /var/jenkins_home/secrets/initialAdminPassword
Это так же пароль для пользователя admin (на случай, если пропустили создания пользователя в настройках). Если не знаешь какие плагины нужны, выбирай Install suggested plugins.
Download the jenkinsci/blueocean
image and run it as a container in Docker using the following command: