Skip to content

Commit 80d35b4

Browse files
soritahengSorita Heng
andauthored
DOC-3164: Update documentation for Export to PDF service using Docker (Individually licensed) (#3650)
* Update Docker info * Update Docker info --------- Co-authored-by: Sorita Heng <[email protected]>
1 parent 299c5e5 commit 80d35b4

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

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

Lines changed: 10 additions & 3 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 Tiny 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,14 @@ 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
29+
----
30+
31+
Pull the Docker image:
32+
33+
[source, sh, subs="attributes+"]
34+
----
35+
docker pull registry.containers.tiny.cloud/{dockerimageexporttopdf}:[version]
2936
----
3037

3138
Launch the Docker container:
@@ -72,7 +79,7 @@ For details on `SECRET_KEY` usage check the xref:individual-export-to-pdf-on-pre
7279

7380
[source, bash]
7481
----
75-
docker-compose up
82+
docker compose up
7683
----
7784

7885
[NOTE]

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

Lines changed: 3 additions & 3 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.
7-
link:https://www.tiny.cloud/contact/[Contact us] for a trial license key.
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.
87

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

10-
The only requirement to run {pluginname} On-Premises is a container runtime or orchestration tool e.g. Docker, Kubernetes, Podman.
10+
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)