Docr::Endpoints::Exec
The Exec class provides functionality related to executing commands within containers.
Instance methods
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.