Skip to content

Commit c10ebad

Browse files
committed
Add DockerPodman class
This allows us to set the beaker hypervisor not only to `docker`, but also to `docker_podmand`. This enables us to implement podman specific patches (if we ever need to). But it also makes it easier for modules to specify if they want to use podman or docker. See voxpupuli/gha-puppet#48 for reference.
1 parent 752ef19 commit c10ebad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
module Beaker
2+
class DockerPodman < Beaker::Docker
3+
end
4+
end

0 commit comments

Comments
 (0)