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) #

Instance Method Detail

def destination : String #

def driver : String? #

def mode : String #

def name : String? #

def propogation : String #

def rw : Bool #

def source : String #