Runlet.Cmd.Sh (runlet_sh v1.2.7)

Run Unix processes in a container

Summary

Functions

Runs a Unix command in a container.

Types

@type t() :: %Runlet.Cmd.Sh{
  err: atom() | nil,
  flush_timeout: 0 | :infinity,
  sh: pid() | nil,
  status: :running | :flush | :flushing,
  stream_pid: pid() | nil,
  task: pid() | nil
}

Functions

@spec exec(binary()) :: Enumerable.t()

Runs a Unix command in a container.