This message was deleted.
# opal
s
This message was deleted.
r
Hey @Jayanth, Can you share the
docker run
command that you are running ? You probably need to expose port
8181
as part of your
docker run
👍 1
j
Here -
docker run -p 7002:7002 -p 8181:8181 opal:1.0
I did expose both ports. But, I am able to hit only 7002
r
Got it, so actually the thing is that you are running opal-server and trying to get to OPA. OPAL Server is running without an OPA agent, instaed, OPAL Client has a built-in OPA agent.
It might be a bit confusing at start so tell me if you need more information upon this.
j
Yes. Thanks for clearing that. So, how do I reach OPA server exposed on 8181 within docker. I was able to reach both OPAL server, and OPA using the docker-compose file, but with Dockerfile, I am able to reach only OPAL server, though it exposes both the ports
r
That’s because the docker-compose is deploying both the server and the client - and exposing the Client’s OPA port as you can see here -
You’ll just need to deploy OPAL Client on different
docker run
command and expose
8181
j
Could you please help me over a quick zoom call?
r
Of course, we would love to help, when are you available?
j
Is it possible to connect now?
a
@Jayanth can you add me too?
r
1400 1430 will be good for you? @Ankesh Kumar @Jayanth
👍 2