Enable a way to disable DHCP on network interfaces in order to reuse previous cached container
Add an option like b2c.network = {none | dhcp (default)} which can be used to disable DHCP client and so reuse a previous cached container. b2c.network = none should add --pull=never
to podman command line.