Module: ShipContainerPodman
- Included in:
- Takeltau::ShipContainer
- Defined in:
- lib/takeltau/ship/container/podman.rb
Overview
tau ship container podman
Instance Method Summary collapse
-
#ship_container_podman(args) ⇒ Object
Run a podman command in a takelship.
Instance Method Details
#ship_container_podman(args) ⇒ Object
Run a podman command in a takelship
6 7 8 9 10 |
# File 'lib/takeltau/ship/container/podman.rb', line 6 def ship_container_podman(args) return false unless ship_container_check_existing _ship_container_lib_docker_exec "pod podman #{args.join(' ')}" end |