Compox.Docker.Services (compox v0.1.0-rc1)

Provides functions to work with Compox services.

Link to this section Summary

Functions

Starts services from the docker compose.

Stops the given services.

Link to this section Functions

Link to this function

start(services)

Specs

Starts services from the docker compose.

Each service is started independently.

After all services are launch, returns the list of services updated with each container id.

Specs

Stops the given services.

In order to stop the containers, sends a SIGKILL message to all the container process.