Packages

A wrapper library for the docker api

Current section

Files

Jump to
pier lib generated types mount.ex
Raw

lib/generated/types/mount.ex

defmodule Docker.Types.Mount do
defstruct [
:BindOptions,
:Consistency,
:ReadOnly,
:Source,
:Target,
:TmpfsOptions,
:Type,
:VolumeOptions
]
end