class Docr::HostConfig

Included Modules

Defined in:

docr/types/containers.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(network_mode : Nil | String = nil, binds : Nil | Array(String) = nil) #

[View source]

Instance Method Detail

def binds : Array(String) | Nil #

[View source]
def binds=(binds : Array(String) | Nil) #

[View source]
def network_mode : String | Nil #

[View source]
def network_mode=(network_mode : String | Nil) #

[View source]