Open orlovds opened 3 weeks ago
Many servers use podman (https://podman.io/) instead of docker. The commands docker_container_labels, docker_container_envs, etc. do not work with podman.
I tried calling docker_* commands, they don't work with podman.
Extending docker* commands to podman or creating a set of podman* commands.
Getting data about containers running in podman
Hey @orlovds, thanks for tracking this. I like the commitment to open source.
We're setting this request to the side for now. That said, please feel free to take a stab at opening a pull request that adds one or more of these tables to the osquery repo: https://github.com/osquery/osquery
@noahtalerman Thanks for the support!
I wrote issue in osquery: https://github.com/osquery/osquery/issues/8464
@noahtalerman, what would be a proper labeling for this ticket?
@sharon-fdm there are no labels on this b/c we decided to set it to the side for now.
If you think we should consider prioritizing it, please add the ~feature-fest
label. This will add it to the feature fest board so that we remember to weigh it at the next feature fest.
@noahtalerman: Eventually the user might be able to write a query against something like podman_volumes table (ala docker_volumes).