Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,18 @@ For Docker:

[source,bash]
----
docker login -u '<registry-username>' https://registry.containers.tiny.cloud
docker login -u tiny https://registry.containers.tiny.cloud
# Docker prompts for the password; this avoids leaking it in shell history.
----

For Podman:

[source,bash]
----
podman login -u '<registry-username>' registry.containers.tiny.cloud
podman login -u tiny registry.containers.tiny.cloud
----

Replace `<registry-username>` with the username supplied by the Tiny account representative. If credentials have not been received, contact `support@tiny.cloud`.
All accounts authenticate with the username `tiny`. When prompted, enter the access token supplied by the Tiny account representative. If credentials have not been received, contact `support@tiny.cloud`.

=== Pull the AI service image

Expand Down
Loading