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
i am spawned and oracle container in docker swarm and i used a interlock label for that container.
my docker compose file
so there is an server in the middle to maintain all the interlock names. the problem is when i try to use my interlock name 'pm-int-test-**' as part of oracle url 'jdbc:oracle:thin@pm-int-test:1521:xe' its not resolving into target host.
lets the my container is running on 10.11.123.125:1521
but when i do 'tnsping pm-int-test-**' its is giving me that intelock maintaing server address in 'jdbc:oracle:[email protected]:1521:xe' and saying there is no TNS listener here. 30.40.50.60 is address of interlock maintaining server.
can any one please help me on how to use interlock that will directly resolve to host '10.11.123.125 ' on which my container is running.
thanks in advance :)
The text was updated successfully, but these errors were encountered:
Hi,
i am spawned and oracle container in docker swarm and i used a interlock label for that container.
my docker compose file
so there is an server in the middle to maintain all the interlock names. the problem is when i try to use my interlock name 'pm-int-test-**' as part of oracle url 'jdbc:oracle:thin@pm-int-test:1521:xe' its not resolving into target host.
lets the my container is running on 10.11.123.125:1521
but when i do 'tnsping pm-int-test-**' its is giving me that intelock maintaing server address in 'jdbc:oracle:[email protected]:1521:xe' and saying there is no TNS listener here. 30.40.50.60 is address of interlock maintaining server.
can any one please help me on how to use interlock that will directly resolve to host '10.11.123.125 ' on which my container is running.
thanks in advance :)
The text was updated successfully, but these errors were encountered: