struct Docker::ContainerMount
- Docker::ContainerMount
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
api_schema/containers/containers.crConstructors
Instance Method Summary
- #destination : String
- #destination=(destination : String)
- #driver : String | Nil
- #driver=(driver : String | Nil)
- #mode : String
- #mode=(mode : String)
- #name : String | Nil
- #name=(name : String | Nil)
- #propagation : String
- #propagation=(propagation : String)
- #rw : Bool
- #rw=(rw : Bool)
- #source : String
- #source=(source : String)