Sha256: d7e5b46f286f6b011e33c37fb89dca9afe6a4e633795ffdf38c165d7ffc2b32a
Contents?: true
Size: 287 Bytes
Versions: 3
Compression:
Stored size: 287 Bytes
Contents
# frozen_string_literal: true # tau ship container podman module ShipContainerPodman # Run a podman command in a takelship def ship_container_podman(args) return false unless ship_container_check_existing _ship_container_lib_docker "pod podman #{args.join(' ')}" end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
takeltau-0.43.19 | lib/takeltau/ship/container/podman.rb |
takeltau-0.43.4 | lib/takeltau/ship/container/podman.rb |
takeltau-0.43.2 | lib/takeltau/ship/container/podman.rb |