Pull the Docker image from the Public Registry.
手順
-
In the command line, run
docker ps to verify that Docker is
working.
Your results should look like this:
-
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.