class Companion::Docker::Client::CreateContainerOptions

Included Modules

Defined in:

docker/client/container.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new #

[View source]

Instance Method Detail

def cmd : Array(String) #

def cmd=(cmd : Array(String)) #







def hostname : String #

def hostname=(hostname : String) #

def image : String #

def image=(image : String) #

def labels : Hash(String, String) | Nil #

def labels=(labels : Hash(String, String) | Nil) #


def networking_config=(networking_config : Companion::Docker::Client::CreateContainerOptions::NetworkingConfig) #

def user : String #

def user=(user : String) #