struct Docker::Api::Models::Container::Config
- Docker::Api::Models::Container::Config
- Docker::Api::Models::Response
- Struct
- Value
- Object
Defined in:
docker/api/models/container.crConstructors
Instance Method Summary
- #attach_stderr : Bool
- #attach_stdin : Bool
- #attach_stdout : Bool
- #cmd : Array(String)?
- #domainname : String
- #env : Array(String)
- #hostname : String
- #image : String
- #labels : Hash(String, String)
- #mac_address : String?
- #network_disabled : Bool?
- #open_stdin : Bool
- #stdin_once : Bool
- #stop_signal : String?
- #stop_timeout : Int32?
- #tty : Bool
- #user : String
- #volumes : Hash(String, JSON::Any)?
- #working_dir : String