struct Docker::Api::Models::Container::Mount

Defined in:

docker/api/models/container.cr

Constructors

Instance Method Summary

Constructor methods inherited from struct Docker::Api::Models::Response

new(pull : JSON::PullParser) new

Constructor Detail

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

[View source]

Instance Method Detail

def destination : String #

[View source]
def driver : String | Nil #

[View source]
def mode : String #

[View source]
def name : String | Nil #

[View source]
def propogation : String #

[View source]
def rw : Bool #

[View source]
def source : String #

[View source]