Skip to content

Commit

Permalink
updated java 11 reference, removed duplicate hop server port reference.
Browse files Browse the repository at this point in the history
closes #2391
  • Loading branch information
bamaer committed Feb 16, 2023
1 parent 0c88109 commit 0de0a19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/hop-tech-manual/modules/ROOT/pages/docker-container.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ A long-lived setup starts a Hop server and waits for work.
== Operating system

The docker container runs a minimal Linux system called https://hub.docker.com/_/alpine[Alpine].
OpenJDK version 8 is then used to execute Apache Hop.
OpenJDK version 11 is then used to execute Apache Hop.
The Linux user used to execute in the container is `hop` and the group is `hop` as well.

== Container Folder Structure
Expand Down Expand Up @@ -258,9 +258,9 @@ Run this command to start a Hop Server in a docker container:
docker run -it --rm \
--env HOP_SERVER_USER=admin \
--env HOP_SERVER_PASS=admin \
--env HOP_SERVER_PORT=8181 \
--env HOP_SERVER_PORT=8080 \
--env HOP_SERVER_HOSTNAME=0.0.0.0 \
-p 8181:8181 \
-p 8181:8080 \
--name my-hop-server-container \
apache/hop:<tag>
----
Expand Down

0 comments on commit 0de0a19

Please sign in to comment.