Mock server get started

Get started

You can start a mock server of container registry with below command:

atest mock --prefix / mock/image-registry.yaml

then, you can pull images from it:

docker pull localhost:6060/repo/name:tag

Last modified January 4, 2026: Update quickstart.md (#867) (846ee17)