Skip to content

Commit b8cfaa4

Browse files
authored
DOC-3240: Remove registry URL from Docker pull commands in installation guides for export-to-pdf and import-from-word components. (#3784)
1 parent 8a47748 commit b8cfaa4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Pull the Docker image:
3232

3333
[source, sh, subs="attributes+"]
3434
----
35-
docker pull registry.containers.tiny.cloud/{dockerimageexporttopdf}:[version]
35+
docker pull {dockerimageexporttopdf}:[version]
3636
----
3737

3838
[TIP]

modules/ROOT/partials/individually-licensed-components/import-from-word-and-export-to-word/import-from-word-and-export-to-word-installation-on-premises.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Pull the Docker image:
3232

3333
[source, sh, subs="attributes+"]
3434
----
35-
docker pull registry.containers.tiny.cloud/{dockerimageimportfromwordexporttoword}:[version]
35+
docker pull {dockerimageimportfromwordexporttoword}:[version]
3636
----
3737

3838
[TIP]

0 commit comments

Comments
 (0)