Excontainers.Container (excontainers v0.2.1) View Source
Agent to interact with a docker container.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Returns the configuration used to build the container.
Returns the ID of the container on Docker.
Returns the port on the host machine that is mapped to the given port inside the container.
Creates and starts the container, and waits for it to be ready.
Starts the agent to interact with the container.
Stops the container.
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
Returns the configuration used to build the container.
Returns the ID of the container on Docker.
Returns the port on the host machine that is mapped to the given port inside the container.
Creates and starts the container, and waits for it to be ready.
Starts the agent to interact with the container.
This will not create the container on Docker yet.
Stops the container.