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 August 8, 2025: feat: add ui extension point (#801) (4ac2eaa)