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
is there a officially maintained docker image that allows to setup a HPP server quickly ?
Ideally, to use HPP, someone would just have to do docker run ... --network host --name hpp hpp:v4... hppcorbaserver. To avoid having to install the clients, one can use the same image (or even the same container) to get the server working.
If no, it could be interesting to make one. I should not be hard to include it in the CI pipeline. I needed one and can provide the files I made to set it up.
The text was updated successfully, but these errors were encountered:
Hi @nim65s,
is there a officially maintained docker image that allows to setup a HPP server quickly ?
Ideally, to use HPP, someone would just have to do
docker run ... --network host --name hpp hpp:v4... hppcorbaserver
. To avoid having to install the clients, one can use the same image (or even the same container) to get the server working.If no, it could be interesting to make one. I should not be hard to include it in the CI pipeline. I needed one and can provide the files I made to set it up.
The text was updated successfully, but these errors were encountered: