Sha256: d780cc6bb7c72609c7515ab642d5875389c63b2d591521947b88b0e3a9e3c71b

Contents?: true

Size: 271 Bytes

Versions: 1

Compression:

Stored size: 271 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_podman args.join(' ')
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
takeltau-0.43.1 lib/takeltau/ship/container/podman.rb