Podman linking

Here’s a short guide,

Tldr;

I think the simplest is to run the two containers in the same pod. Something like:

podman pod create -n logicaldoc -p 8080:8080
podman run <other flags> --pod logicaldoc mysql:8.0
podman run <other flags> --pod logicaldoc logicaldoc/logicaldoc-ce