Method: Dockerun::Config#add_image
- Defined in:
- lib/dockerun/config.rb
#add_image(name) ⇒ Object
44 45 46 |
# File 'lib/dockerun/config.rb', line 44 def add_image(name) @images[name] = { } if not_empty?(name) and not @images.keys.include?(name) end |