Sha256: ef023660c6fb6680c3c62854d52709ecabc9de45ada8ac59c80ae6633b0972e0

Contents?: true

Size: 292 Bytes

Versions: 47

Compression:

Stored size: 292 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_exec "pod podman #{args.join(' ')}"
  end
end

Version data entries

47 entries across 47 versions & 1 rubygems

Version Path
takeltau-0.44.14 lib/takeltau/ship/container/podman.rb
takeltau-0.44.12 lib/takeltau/ship/container/podman.rb
takeltau-0.44.11 lib/takeltau/ship/container/podman.rb
takeltau-0.44.8 lib/takeltau/ship/container/podman.rb
takeltau-0.44.2 lib/takeltau/ship/container/podman.rb
takeltau-0.43.23 lib/takeltau/ship/container/podman.rb
takeltau-0.43.21 lib/takeltau/ship/container/podman.rb