Matej Marusak

Results 85 comments of Matej Marusak

@strzinek Why did you close this PR?

Blocked on https://github.com/containers/libpod/issues/4793

Selecting of registries when downloading image has been introduced in #447 Managing registries is gonna be a rather difficult one - There is no API for that, so we would...

> Any update on this issue? Unfortunately not. Patches are welcomed though ;) > I was wondering if it is possible to add the authentication to a private registry, like...

I think the reasoning behind not showing all containers is to copy behaviour from podman(as well as docker) cli: `podman ps` shows only running ones. You need to specify `-a`...

Interesting idea, haven't seen it before :) Does podman (or docker for that matter) provide such functionality? If so, can you please provide cli command that does that? (I am...

I see, so it would only open `Run` dialog with pre-filled values. That would be nice and should be simple to implement as well. `Copy` would just open dialog. `Clone`...

The wrapping commit seems fine so I picked it into https://github.com/cockpit-project/cockpit-podman/pull/943 also bumped pkg/lib to bring in animations of new items and pull in https://github.com/cockpit-project/cockpit-podman/pull/930/commits/46e94f0de60d000480a9fb266ec39cc2c891a8fc from #930

I like the report! Just looking into it I can see two things: 1. We define `compare_versions` and `getCommitArr` functions but not use them. We can drop this dead code...

> how to get a development build of cockpit-podman `NODE_ENV=development make` should works, right?