struct Docker::ContainerInspect
- Docker::ContainerInspect
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
api_schema/containers/containers.crConstructors
Instance Method Summary
- #appArmorProfile : String
- #appArmorProfile=(appArmorProfile : String)
- #args : Array(String)
- #args=(args : Array(String))
- #created : String
- #created=(created : String)
- #driver : String
- #driver=(driver : String)
- #execIDs : Array(String)
- #execIDs=(execIDs : Array(String))
- #hostConfig : ContainerInspectHostConfig
- #hostConfig=(hostConfig : ContainerInspectHostConfig)
- #hostnamePath : String
- #hostnamePath=(hostnamePath : String)
- #hostsPath : String
- #hostsPath=(hostsPath : String)
- #id : String
- #id=(id : String)
- #image : String
- #image=(image : String)
- #logPath : String
- #logPath=(logPath : String)
- #mountLabel : String
- #mountLabel=(mountLabel : String)
- #mounts : Array(ContainerMount)
- #mounts=(mounts : Array(ContainerMount))
- #name : String
- #name=(name : String)
- #networkSettings : ContainerNetworkSettings
- #networkSettings=(networkSettings : ContainerNetworkSettings)
- #path : String
- #path=(path : String)
- #processLabel : String
- #processLabel=(processLabel : String)
- #resolvConfPath : String
- #resolvConfPath=(resolvConfPath : String)
- #restartCount : Int64
- #restartCount=(restartCount : Int64)
- #state : ContainerInspectState
- #state=(state : ContainerInspectState)