Skip to content

Commit 293eeb8

Browse files
author
Sorita Heng
committed
Update Docker info
1 parent c12a617 commit 293eeb8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

modules/ROOT/partials/individually-licensed-components/export-to-pdf/export-to-pdf-installation.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Refer to the xref:individual-export-to-pdf-on-premises.adoc#requirements[Require
1515

1616
=== Setting up the application using a Docker container
1717

18-
. The username and password credentials supplied by {companyname} are utilized for logging into the Docker registry and retrieving the Docker image.
18+
. Log into the Docker registry and retrieve the Docker image using the provided access token.
1919
. Containerize the application using `docker` or `docker-compose`.
2020
. Use a demo page to verify if the application works properly.
2121

@@ -25,7 +25,7 @@ Login to Docker registry:
2525

2626
[source, sh, subs="attributes+"]
2727
----
28-
docker login -u [username] -p [password] registry.containers.tiny.cloud
28+
docker login -u tiny -p [access-token] registry.containers.tiny.cloud
2929
----
3030

3131
Pull the Docker image:

modules/ROOT/partials/individually-licensed-components/export-to-pdf/export-to-pdf-overview.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
The On-Premises version of the {pluginname} Converter is an application that can be installed and run on the customer’s in-house servers and computing infrastructure, including a private cloud. It contains all the features of the {pluginname} Converter available as SaaS.
55

6-
A valid license key is required in order to install {pluginname} Converter On-Premises. You will also need login credentials to access the {companyname} Cloud Docker registry and pull the Docker image.
6+
A valid license key is required in order to install {pluginname} Converter On-Premises. You will also need an access token to access the {companyname} Cloud Docker registry and pull the Docker image.
77

8-
To get started, link:https://www.tiny.cloud/contact/[Contact Tiny Support] for a trial license key and Docker login credentials.
8+
To get started, link:https://www.tiny.cloud/contact/[Contact Tiny Support] for a trial license key and Docker access token.
99

1010
The only requirement to run {pluginname} On-Premises is a container runtime or orchestration tool e.g. Docker, Kubernetes, Podman.

0 commit comments

Comments
 (0)