Create the Docker image and containers for Headless Browser setup in Microsoft Windows
Pull the Docker image from the Public Registry.
Before you begin
Complete Step 3: Configure Docker for Headless Browser setup in Microsoft Windows
Role required: admin on your ServiceNow instance and local administrator on the host machine.
Procedure
In an administrator command line, run
docker psto verify that Docker is working.Your results should look like this:
Command output to see if Docker is working
Pull the latest Docker image from the GitHub repo ATF Headless Runner.
This command is an example, as these images are subject to change:
docker pull ghcr.io/servicenow/atf-headless-runner:win-1.0.0Note: The instance-to-image compatibility makes sure that the automation script inside the Docker image is compatible with the instance code. Elements such as the user interface might change over time to support new features or upgrades.
Parent Topic:Headless Browser setup for Microsoft Windows
Previous topic:Configure Docker for Headless Browser setup in Microsoft Windows
Next topic:Add secrets to Docker for Headless Browser setup in Microsoft Windows