Compox.Docker.Services (compox v0.1.0-rc1)
Provides functions to work with Compox services.
Link to this section Summary
Link to this section Functions
Link to this function
start(services)
Specs
start([Compox.Docker.Services.Service.t()]) :: [ Compox.Docker.Services.Service.t() ]
start(Compox.Docker.Services.Service.t()) :: Compox.Docker.Services.Service.t()
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.
Link to this function
stop(services)
Specs
stop([Compox.Docker.Services.Service.t()]) :: :ok
stop(Compox.Docker.Services.Service.t()) :: :ok
Stops the given services.
In order to stop the containers, sends a SIGKILL
message to all the
container process.