struct Docker::Api::Models::ContainerSummary::PortBinding

Defined in:

docker/api/models/container_summary.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 ip : String | Nil #

[View source]
def private_port : Int32 #

[View source]
def public_port : Int32 | Nil #

[View source]
def type : String #

[View source]