Skip to content

Commit c12a617

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

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

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

Lines changed: 9 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 Tiny are utilized for logging into the Docker registry and retrieving the Docker image.
18+
. The username and password credentials supplied by {companyname} are utilized for logging into the Docker registry and retrieving the Docker image.
1919
. Containerize the application using `docker` or `docker-compose`.
2020
. Use a demo page to verify if the application works properly.
2121

@@ -28,6 +28,13 @@ Login to Docker registry:
2828
docker login -u [username] -p [password] registry.containers.tiny.cloud
2929
----
3030

31+
Pull the Docker image:
32+
33+
[source, sh, subs="attributes+"]
34+
----
35+
docker pull registry.containers.tiny.cloud/{dockerimageexporttopdf}:[version]
36+
----
37+
3138
Launch the Docker container:
3239

3340
[source, sh, subs="attributes+"]
@@ -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 login credentials 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 login credentials.
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)