Sha256: 86ecd16ce0a27cc6a65b04e51cb9a69581a14e625b03d59efe584bf02c40c8ca
Contents?: true
Size: 282 Bytes
Versions: 12
Compression:
Stored size: 282 Bytes
Contents
require_relative "../container/client" module VagrantPlugins module PodmanProvisioner class Client < VagrantPlugins::ContainerProvisioner::Client def initialize(machine) super(machine, "podman") @container_command = "podman" end end end end
Version data entries
12 entries across 12 versions & 3 rubygems