Sha256: 0c4bebfe4b7407cefebcb5f56165885a63779884a78ff25e6326b2084287740f
Contents?: true
Size: 350 Bytes
Versions: 3
Compression:
Stored size: 350 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 docker_check_daemon 'cmd_ship_docker' 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.16 | lib/takeltau/ship/container/podman.rb |
takeltau-0.43.15 | lib/takeltau/ship/container/podman.rb |
takeltau-0.43.14 | lib/takeltau/ship/container/podman.rb |