You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace `[version]` with `latest` or the specific version number.
24
+
Replace `<VERSION>` with `latest` or the specific version number.
25
25
26
26
=== Specify Configurations
27
27
28
28
After completing the previous steps, run the Docker container from the pulled image:
29
29
30
30
[source, sh, subs="attributes+"]
31
31
----
32
-
docker run -p 19040:19040 registry.containers.tiny.cloud/image-proxy-tiny:[version]
32
+
docker run -p 19040:19040 registry.containers.tiny.cloud/image-proxy-tiny:<VERSION>
33
33
----
34
34
35
35
This triggers `-p 19040:19040`, exposing the service on `localhost:19040`. The service runs on port `19040` inside the Docker container, and this maps it to the same port on your localhost.
@@ -74,10 +74,10 @@ The following settings for the Image Proxy service premium server-side component
74
74
75
75
Once the application configuration file is ready, proceed with the Docker Compose setup to configure and run the service.
76
76
77
-
. Create the `docker-compose.yml` file:
77
+
. Create the `docker-compose.yaml` file:
78
78
79
79
+
80
-
[source, yml]
80
+
[source, yaml]
81
81
----
82
82
services:
83
83
image-proxy-tiny:
@@ -199,6 +199,6 @@ To do this, configure the {pluginname} feature in the editor and call it via `ti
Copy file name to clipboardExpand all lines: modules/ROOT/partials/docker/image-proxy-service/image-proxy-service-overview.adoc
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,4 +7,6 @@ A valid xref:license-key.adoc[License Key] is required in order to install {plug
7
7
8
8
The only requirement to run this service On-Premises is a container runtime or orchestration tool e.g. Docker, Kubernetes, Podman.
9
9
10
+
Once your subscription is enabled for the service, an access token will be provided to access the {companyname} Cloud Docker registry and pull the Docker image.
0 commit comments