southalc / podman

Puppet module for podman
Apache License 2.0
13 stars 30 forks source link

Create podman networks before containers #85

Open jonesbrennan opened 4 months ago

jonesbrennan commented 4 months ago

This is for https://github.com/southalc/podman/issues/78. When creating a container with networking flags the container fails because the networks haven't been created yet. The creation of networks should be before the creation of containers.