-
### Feature request description
```
$ ls -1 ./bin
conmon
fuse-overlayfs
netavark
podman
runc
```
```
$ export PATH=$PATH:abs_path_to_bin
```
```
$ ./bin/podman system info
Error: could not find "neta…
-
### Description
The following fails with runsc but succeeds w/ crun/runc as well as on the host:
```c
#define _GNU_SOURCE
#include
#include
int main(void)
{
int fd = open("/tmp", O_DIRECTORY);…
-
Some users want to connect containers to a bridge that they have created outside of podman/netavark , e.g. so that VMs and containers can talk to each other. According to the comments in https://gith…
-
I'm afraid that this is very similar to https://github.com/containers/netavark/issues/433 but I can see it on amd64, more specifically, on Debian's CI system called debci. Here, the tests are running …
-
Hello,
I'm trying to build a linux based router that has podman for running basic containers. I'm running podman 5.0.1 with nftables support enabled in netavark for my testing. The issue I'm runnin…
-
**Issue Description**
I have been unable to successfully follow the guide for setting up a read-only image store as described here:
https://www.redhat.com/sysadmin/image-stores-podman
Continuation o…
-
I getting a warning out of the firewall module 8.0.0) on a rule created by podman
The warning is
Warning: Provider returned data that does not match the Type Schema for `firewall[9031 netavark por…
-
Hi,
I've used cargo-bitbake to generate recipe for netvark. I'm trying to compile it in poky kirkstone but getting this error:
```
| DEBUG: Executing shell function do_compile
| NOTE: cargo = /d…
-
Using SuSE MicroOS with a bunch of macvlan-using containers, I see netvark-dhcp-proxy hanging every few days. From journalctl:
```
netavark[14606]: thread 'tokio-runtime-worker' panicked at 'failed …
jsonn updated
4 months ago
-
### Issue Description
Hello,
Let's assume that we have a macvlan network and in that network we have a container with a static IP.
When redeploying the container (rm + run), the new container has t…