struct Docker::ContainerInspectHostConfigDeviceRequest

Included Modules

Defined in:

api_schema/containers/containers.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def capabilities : Array(Array(String)) #

[View source]
def capabilities=(capabilities : Array(Array(String))) #

[View source]
def count : Float64 #

[View source]
def count=(count : Float64) #

[View source]
def driver : String #

[View source]
def driver=(driver : String) #

[View source]
def options : Hash(String, String) #

[View source]
def options=(options : Hash(String, String)) #

[View source]