---
sourceDocument: Australia Build or modify applications
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/application-development

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia Build or modify applications

ft:clusterId :

    - cadev

bundleId :

    - cadev

workflow :

    - Development, Data, and Analytics


---

# Docker for Linux Headless Browser

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

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 min. de leitura

Pull the Docker image from the Public Registry.

## Antes de Iniciar

Complete Step 2: [Configure Docker for Headless Browser setup in Linux](https://servicenow-prod.fluidtopics.net/PlbwAlLzyaBQqSwv5o6pug "Complete Step 2 in the Linux setup for the ServiceNow Headless Browser for ATF: Configure Docker Server to authenticate all requests.")

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

## Procedimento

1. In the 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:lin-1.0.0`  
   Nota:  
   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__steps_crv_jc5_hpb}
**Tópico anterior:** [Configure Docker for Headless Browser setup in Linux](https://servicenow-prod.fluidtopics.net/PlbwAlLzyaBQqSwv5o6pug "Complete Step 2 in the Linux setup for the ServiceNow Headless Browser for ATF: Configure Docker Server to authenticate all requests.")  
**Próximo tópico:** [Add secrets to Docker for Headless Browser setup in Linux](https://servicenow-prod.fluidtopics.net/HYKEzfP7KQB4rVcns6MvCw "Create a Docker secret, which 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.")

