Replies: 4 comments 7 replies
-
"the application" is hop web in tomcat on a linux server?
this is not clear, can you try to explain in more detail? |
Beta Was this translation helpful? Give feedback.
-
it's possible, but that is not part of the default client distribution. |
Beta Was this translation helpful? Give feedback.
-
The docker image is a very good representation of the kinds of configurations, dependencies etc required for an install. You might inspect the layers of the image or docker files that gave rise to it. You can probably lift and shift a lot to the local machine by bind/mount a folder on your host to a place within the image, go interactive with it and copy things off onto your local machine via the bind mount. Then look at how the container start up script hands off parameters etc and sets hop web for running. The docker file will let you know what OS based dependencies there are that you can find equivalents for in RHEL9. |
Beta Was this translation helpful? Give feedback.
-
You say that, there is no documentation for using the Hop application with an management interface for a Linux machine that has no gui (only a command line). |
Beta Was this translation helpful? Give feedback.
-
we can start it with this compose in docker and access it via browser.
Now we have installed the application on Linux. Again, what do we need to do to use it in docker and access the interface
which .sh or .bat files will do our job as if it were working in docker
Beta Was this translation helpful? Give feedback.
All reactions