ExDockerCompose v0.1.0 API Reference

Modules

ExDockerCompose is an Elixir library to call docker-compose commands from Elixir. This can be used for example to write Mix tasks

The worker module, this is a GenServer that handles running of docker-compose commands. The module tracks all commands that were requested to run

A module that is the source of truth for the supported subcommands on docker-compose. as well as how they should be used

Exceptions

An exception used when a docker-compose command is not defined / illegal