On 11/4/21 07:55, Abdul Shaik wrote:
Hi, there.
I've a question regarding containers using podman.
I've a database in one container. Let's call it 'Container 01'
And I want other containers to access the database in the 'Container 01'.
Is that possible?
If so, would you please let me know?
Thanks in advance.
Best regards.
_______________________________________________
Podman mailing list --podman(a)lists.podman.io
To unsubscribe send an email topodman-leave(a)lists.podman.io
The uaual way to expose the database is via the network. If you create
a network for your environment, then each container should be able to
see the other containers, via DNS.