class Inspec::Resources::PodmanNetwork
def initialize(param)
def initialize(param) skip_resource "The `podman_network` resource is not yet available on your OS." unless inspec.os.unix? @param = param raise Inspec::Exceptions::ResourceFailed, "Podman is not running. Please make sure it is installed and running." unless podman_running? @network_info = get_network_info end