December 2017
Beginner to intermediate
362 pages
8h 35m
English
In the following section, we will learn how to update a Jenkins instance running inside a Docker container:
The following section is applicable only if you are running your Jenkins instance using a data volume for your jenkins_home directory. See the Running Jenkins on Docker, Running a Jenkins container using a data volume sections from the Chapter 2, Installing Jenkins.
sudo docker ps --format "{{.ID}}: {{.Image}} {{.Names}}"
The output is as follows:
d52829d9da9e: jenkins/jenkins:lts jenkins_prod
Read now
Unlock full access