Docker: Update a sensor
Before you begin
Administrative privileges are required.
Update sensor
Go to the sensor installation directory.
For example:
install_dir
Run the
docker-compose -f digicert_sensor_docker-compose.yml down
command to stop the sensor.Run the
docker-compose -f digicert_sensor_docker-compose.yml pull
command to pull the latest docker image.Run the
docker-compose -f digicert_sensor_docker-compose.yml up -d
command to start the sensor.
What's next
You're ready to set up and run a scan with this sensor. See Set up and run a scan.