`ptyxis` recognize new containers

Where is the official forum for Ptyxis anyway?

I have a quadlet for starting a service. i.e.

systemctl --user start bind9.service

It starts up properly but it produces a bunch of warnings related to some IPv6 issue.
I want to open up a ptyxis terminal into the bind9 container.
But ptyxis does not know about it.
I have noticed that eventually the bind9 container will be detected but not right away.
If I create a container using distrobox then ptyxis recognizes the presence of the resulting container right away.
I am guessing this has something to do with how ptyxis-agent works but there does not seem to be much information on ptyxis-agent.
Any advice?

What does ptyxis actually do to connect to a container?
Is it the equivalent of …

podman exec -it bind9 /bin/bash

or, more likely using the container-id rather than the name

podman exec -it 99f6d022303d /bin/bash

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.