View Source Dagger (dagger v0.8.7)

The Dagger SDK for Elixir.

See getting_start.livemd for starter point.

Link to this section Summary

Functions

Disconnecting Dagger.

Connecting to Dagger.

Similar to connect/1 but raise exception when found an error.

Link to this section Functions

Disconnecting Dagger.

Connecting to Dagger.

options

Options

  • :workdir (String.t/0) - Sets the engine workdir.

  • :log_output - The log device to write the progress. The default value is :stderr.

  • :connect_timeout (timeout/0) - Sets timeout when connect to the engine. The default value is 10000.

  • :query_timeout (timeout/0) - Sets timeout when executing a query. The default value is :infinity.

Similar to connect/1 but raise exception when found an error.