class RunRule::Config

Defined in:

donk/image.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(context : BuildContext) #

[View source]

Instance Method Detail

def bind_port(local : Int32, container : Int32) #

[View source]
def mount(local : String, container : String) #

[View source]
def mounts : Array({String, String}) #

[View source]
def ports : Array({Int32, Int32}) #

[View source]