struct Docker::ImageInspectConfig
- Docker::ImageInspectConfig
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
api_schema/images/images.crConstructors
Instance Method Summary
- #attachStderr : Bool
- #attachStderr=(attachStderr : Bool)
- #attachStdin : Bool
- #attachStdin=(attachStdin : Bool)
- #attachStdout : Bool
- #attachStdout=(attachStdout : Bool)
- #cmd : Array(String)
- #cmd=(cmd : Array(String))
- #domainName : String
- #domainName=(domainName : String)
- #env : Array(String)
- #env=(env : Array(String))
- #hostname : String
- #hostname=(hostname : String)
- #image : String
- #image=(image : String)
- #labels : Hash(String, String)
- #labels=(labels : Hash(String, String))
- #macAddress : String
- #macAddress=(macAddress : String)
- #networkDisabled : Bool
- #networkDisabled=(networkDisabled : Bool)
- #onBuild : Array(String)
- #onBuild=(onBuild : Array(String))
- #openStdin : Bool
- #openStdin=(openStdin : Bool)
- #publishService : String
- #publishService=(publishService : String)
- #stdInOnce : Bool
- #stdInOnce=(stdInOnce : Bool)
- #tty : Bool
- #tty=(tty : Bool)
- #user : String
- #user=(user : String)
- #workingDir : String
- #workingDir=(workingDir : String)