Method: Indocker::Containers::ContainerBuilder#before_start
- Defined in:
- lib/indocker/containers/container_builder.rb
#before_start(proc) ⇒ Object
157 158 159 160 |
# File 'lib/indocker/containers/container_builder.rb', line 157 def before_start(proc) container.set_before_start_proc(proc) self end |