registry.valyent.cloud
for pushing and pulling container images to and from the Valyent Cloud platform.
The registry’s source code is available as an open-source project on GitHub.
Authentication
Thevalyent auth login
command configures your local Docker client to authenticate with the Valyent Cloud platform, enabling image operations with the registry.
To authenticate without the Valyent CLI, follow these steps:
1
Obtain an API token
Generate an API token for registry authentication through the Valyent console.
2
Configure Docker authentication
Use your API token as the password when logging in to the registry. You may use any username except
valyent
, which is reserved:Pushing Images
When pushing images to the Valyent Docker registry, use the following naming convention:Organization Slug | Application Name | Tag |
---|---|---|
manhattan-project | fastapi-webapp | latest |