Skip to content

Commit ea88212

Browse files
authored
Docs: DOC-3530 - Update registry login username to tiny on AI on-premises page (#4199)
Replace the <registry-username> placeholder with the actual username tiny in the Docker and Podman login commands, and update the surrounding guidance accordingly. All accounts authenticate as tiny against registry.containers.tiny.cloud, consistent with the other on-premises installation pages.
1 parent 47d1880 commit ea88212

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

modules/ROOT/pages/tinymceai-on-premises-getting-started.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,18 @@ For Docker:
4848

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

5555
For Podman:
5656

5757
[source,bash]
5858
----
59-
podman login -u '<registry-username>' registry.containers.tiny.cloud
59+
podman login -u tiny registry.containers.tiny.cloud
6060
----
6161

62-
Replace `<registry-username>` with the username supplied by the Tiny account representative. If credentials have not been received, contact `support@tiny.cloud`.
62+
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`.
6363

6464
=== Pull the AI service image
6565

0 commit comments

Comments
 (0)