class Docr::Types::ContainerInspectResponse
- Docr::Types::ContainerInspectResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
types/container_inspect_response.crConstructors
Instance Method Summary
- #app_armor_profile : String
- #app_armor_profile=(app_armor_profile : String)
- #args : Array(String)
- #args=(args : Array(String))
- #config : Docr::Types::ContainerConfig
- #config=(config : Docr::Types::ContainerConfig)
- #created : String
- #created=(created : String)
- #driver : String
- #driver=(driver : String)
- #exec_ids : Array(String) | Nil
- #exec_ids=(exec_ids : Array(String) | Nil)
- #graph_driver : Docr::Types::GraphDriverData
- #graph_driver=(graph_driver : Docr::Types::GraphDriverData)
- #host_config : Docr::Types::HostConfig
- #host_config=(host_config : Docr::Types::HostConfig)
- #hostname_path : String
- #hostname_path=(hostname_path : String)
- #hosts_path : String
- #hosts_path=(hosts_path : String)
- #id : String
- #id=(id : String)
- #image : String
- #image=(image : String)
- #log_path : String
- #log_path=(log_path : String)
- #mount_label : String
- #mount_label=(mount_label : String)
- #mounts : Array(Docr::Types::MountPoint) | Nil
- #mounts=(mounts : Array(Docr::Types::MountPoint) | Nil)
- #name : String
- #name=(name : String)
- #network_settings : Docr::Types::NetworkSettings
- #network_settings=(network_settings : Docr::Types::NetworkSettings)
- #path : String
- #path=(path : String)
- #platform : String
- #platform=(platform : String)
- #process_label : String
- #process_label=(process_label : String)
- #resolv_conf_path : String
- #resolv_conf_path=(resolv_conf_path : String)
- #restart_count : Int32
- #restart_count=(restart_count : Int32)
- #size_root_fs : Int64 | Nil
- #size_root_fs=(size_root_fs : Int64 | Nil)
- #size_rw : Int64 | Nil
- #size_rw=(size_rw : Int64 | Nil)
- #state : Docr::Types::ContainerState | Nil
- #state=(state : Docr::Types::ContainerState | Nil)