excontainers v0.1.0
  • Pages
  • Modules

    Docker.Api (excontainers v0.1.0) View Source

    Link to this section Summary

    Functions

    create_container(container_config, name \\ nil)

    See Docker.Container.create/2.

    exec_and_wait(container_id, command)

    See Docker.Exec.exec_and_wait/2.

    inspect_container(container_id)
    ping()
    pull_image(name)
    start_container(container_id)

    See Docker.Container.start/1.

    stop_container(container_id, options \\ [])

    See Docker.Container.stop/2.

    Link to this section Functions

    Link to this function

    create_container(container_config, name \\ nil)

    View Source

    See Docker.Container.create/2.

    Link to this function

    exec_and_wait(container_id, command)

    View Source

    See Docker.Exec.exec_and_wait/2.

    Link to this function

    inspect_container(container_id)

    View Source
    Link to this function

    ping()

    View Source
    Link to this function

    pull_image(name)

    View Source
    Link to this function

    start_container(container_id)

    View Source

    See Docker.Container.start/1.

    Link to this function

    stop_container(container_id, options \\ [])

    View Source

    See Docker.Container.stop/2.

    Built using ExDoc (v0.23.0) for the Elixir programming language. Designed by Friedel Ziegelmayer.

    API Reference