libschauer  0.0.1
Qt based library to access the Docker HTTP API.
Classes

Job classes to run new commands inside running containers. More...

Collaboration diagram for Exec:

Classes

class  Schauer::CreateExecInstanceJob
 Create an execution instance. More...
 
class  Schauer::StartExecInstanceJob
 Start a previously set up exec instance. More...
 

Detailed Description

Job classes to run new commands inside running containers.

To execute a command in a container, you first need to create an exec instance, then start it.