module Podman

Defined in:

podman/container.cr
podman/process.cr

Constant Summary

Log = ::Log.for("podman")
PODMAN = "podman"

Class Method Summary

Class Method Detail

def self.get_container_by_id(id : String, *, remote : String | Nil) : Array(Podman::Container) #

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

[View source]
def self.get_containers(names : Array(String), *, remote : String | Nil) : Array(Podman::Container) #

[View source]
def self.get_images(remote : String | Nil) #

[View source]
def self.inspect_containers(ids : Enumerable(String), *, remote : String | Nil) : Array(Podman::Container::Inspect) #

[View source]
def self.run_capture_all(args, remote) #

[View source]
def self.run_capture_stdout(args, remote : String | Nil) #

[View source]