Jelle van der Waa
Jelle van der Waa
Which version of cockpit-podman do you use? As far as I can see it's only available in [ubuntu 20.10 and higher](https://packages.ubuntu.com/search?suite=all&searchon=names&keywords=cockpit-podman)
Thanks for the information, I can see the issue locally as well. Searching for grafana in cockpit-podman gives a different result list then when searching on docker.io. > Hello, >...
I've asked the podman team and unfortunately it's not simple to improve the container registry search as we are dependent on the registry for search results.
We should also check if the container name does not already exists with `http://podman.io/libpod/containers/{name}/exists` And port mapping to the host is another thing which can fail starting the container. Should...
I've looked into creating a pod in c-podman, conceptually it is not that hard but you need to think things through up front: * The exposed ports from the pod...
@garrett I made this issue a while ago, should be do anything with this if not I say we close it.
I think this is a good PR to look at landing next after the rename PR.
The rename PR landed, can you please rebase this PR?
I've rebased the PR, resolved the conflicts and dropped some of the things which can be a follow up PR.
> This breaks pixel tests: https://cockpit-logs.us-east-1.linodeobjects.com/pull-961-20220819-084819-8540cbeb-fedora-35/TestApplication-testRunImageSystem-integration-pixels.png > > It causes regression, I did this change a few weeks ago - wrong checkout? > > Also needs some new tests Hmm...