Open mglantz opened 3 days ago
there is currently no bandwidth to allocate to podman support/dev...
Is there a guide on how to contribute / test development @hellt ? I had a look at the podman.go and have some theories I could test.
It is a free valley at this moment.
make build
will build from your local workspace
Testing is lightly documented here https://containerlab.dev/manual/dev/test/
I'm using podman and when I'm using destroy, the mgmt network fails to get removed. Containers were all removed. Second time the command runs, there is no error message, even though the network is still there, I assume as it just calls it quits after seeing that no containers are there.
First time I run the destroy command:
Podman output, showing that the mgmt network is still there
Second time it runs, I get:
When I delete the network manually, using
sudo podman network rm
that works without issues.