You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 11, 2024. It is now read-only.
Hi,
if you want to inspect Nauta's image registry (the registry where experiments' images are stored) you can use a kubectl port-forward in following way:
kubectl port-forward -n nauta services/nauta-registry-nginx 5000:5000
Then you will be able to access API of the registry on local port 5000. For example, if you want to get list of repositories in the registry using curl, run:
Question!
I know there is local Nauta Docker registry.
How can I access the registry?
Would you tell me the way as "Gitea Console Access"(https://github.com/IntelAI/nauta/blob/develop/docs/user-guide/advanced/gitea_console.md) ?
Thanks a lot.
The text was updated successfully, but these errors were encountered: