class

Docr::Endpoints::Exec

Inherits Reference < Object

The Exec class provides functionality related to executing commands within containers.

Instance methods

start(id : String, config : Docr::Types::ExecStartConfig) : IO

Starts an exec command with a given configuration.

  • id: The ID of the exec instance to start.
  • config: Configuration details for starting the exec command.

Returns the IO stream of the started command.

Source