---
sourceDocument: Yokohama Build or modify applications
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/yokohama/application-development

 Release :

    - yokohama

ft:locale :

    - en-US

ft:publication_title :

    - Yokohama Build or modify applications

ft:clusterId :

    - cadev

bundleId :

    - cadev

workflow :

    - Development, Data, and Analytics


---

# Create the Docker image and containers for Headless Browser setup in Microsoft Windows

# Create the Docker image and containers for Headless Browser setup in Microsoft
Windows {#ariaid-title1}

* Release version: Yokohama
* 
* Updated January 30, 2025
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

Pull the Docker image from the Public Registry.

## Before you begin

Complete Step 3: [Configure Docker for Headless Browser setup in Microsoft Windows](https://servicenow-prod.fluidtopics.net/c4y36y_dqyujij4wqm1Wrg "Configure Docker Server to authenticate all requests.")

Role required: admin on your ServiceNow instance and local
administrator on the host machine.

## Procedure

1. In an administrator command line, run `docker ps` to verify that Docker is working.  
   Your results should look like this:  
2. Pull the latest Docker image from the GitHub repo [ATF Headless Runner](https://github.com/ServiceNow/atf-headless-runner/pkgs/container/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.0`  
   Note:  
   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.
{#headless-browser-create-docker-image-containers-windows__steps_crv_jc5_hpb}
**Previous topic:** [Configure Docker for Headless Browser setup in Microsoft Windows](https://servicenow-prod.fluidtopics.net/c4y36y_dqyujij4wqm1Wrg "Configure Docker Server to authenticate all requests.")  
**Next topic:** [Add secrets to Docker for Headless Browser setup in Microsoft Windows](https://servicenow-prod.fluidtopics.net/97gg2_cyBUG0GpE0Zgp3_w "Create a Docker secret that stores the password of the ServiceNow user who will log into the instance to execute the tests. Docker Secrets is a feature of ServiceNow for securely storing the passwords that will be used in containers.")

