You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hop.apache.org by "bamaer (via GitHub)" <gi...@apache.org> on 2023/02/16 12:19:13 UTC

[GitHub] [hop] bamaer opened a new issue, #2391: [Bug]: minor issues in docker docs

bamaer opened a new issue, #2391:
URL: https://github.com/apache/hop/issues/2391

   ### Apache Hop version?
   
   SNAPSHOT-20230216
   
   ### Java version?
   
   openjdk version "11.0.17" 2022-10-18
   
   ### Operating system
   
   Other
   
   ### What happened?
   
   https://hop.apache.org/tech-manual/latest/docker-container.html
   
   - still refers to java 8 instead of 11 
   OpenJDK version 8 is then used to execute Apache Hop. 
   - double port reference in the long-lived container section
   ```
   docker run -it --rm \
     --env HOP_SERVER_USER=admin \
     --env HOP_SERVER_PASS=admin \
     --env HOP_SERVER_PORT=8181 \
     --env HOP_SERVER_PORT=8180 \
     --env HOP_SERVER_HOSTNAME=0.0.0.0 \
     -p 8181:8181 \
     -p 8180:8180 \
     --name my-hop-server-container \
    apache/hop:<tag>
   ```
   
   
   ### Issue Priority
   
   Priority: 1
   
   ### Issue Component
   
   Component: Documentation


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hop.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hop] hansva closed issue #2391: [Bug]: minor issues in docker docs

Posted by "hansva (via GitHub)" <gi...@apache.org>.
hansva closed issue #2391: [Bug]: minor issues in docker docs
URL: https://github.com/apache/hop/issues/2391


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org