module Pod::PodmanCLI

Defined in:

pod/podman.cr

Constant Summary

PODMAN = "podman"

Class Method Summary

Class Method Detail

def self.exec(args, remote : String | Nil = nil) #

[View source]
def self.get_container_logs(id, tail, remote) #

[View source]
def self.run_inherit_all_io(args, remote : String | Nil = nil) : Process::Status #

[View source]
def self.run_inherit_io(args, remote : String | Nil = nil, input : Process::Stdio | Nil = nil) : Process::Status #

[View source]
def self.run_inherit_io!(args, remote : String | Nil = nil) #

[View source]
def self.wait_until_in_state(id : String, remote, states, timeout : Time::Span) #

[View source]