Create the Docker image and containers for Headless Browser setup in Linux

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:1分
  • Pull the Docker image from the Public Registry.

    始める前に

    Complete Step 2: Configure Docker for Headless Browser setup in Linux

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

    手順

    1. In the command line, run docker ps to verify that Docker is working.
      Your results should look like this:
      Command output to see if Docker is working
    2. 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:lin-1.0.0
      注:
      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.