Revision bc82d5d5
Added by Vanya Jauhal almost 8 years ago
app/models/docker_container_wizard_state.rb | ||
---|---|---|
11 | 11 |
delegate :compute_resource_id, :to => :preliminary |
12 | 12 |
delegate :environment_variables, :to => :environment |
13 | 13 |
delegate :exposed_ports, :to => :environment |
14 |
delegate :dns, :to => :environment |
|
14 | 15 |
|
15 | 16 |
def container_attributes |
16 | 17 |
{ :repository_name => image.repository_name, |
Also available in: Unified diff
Fixes #7865 - Adds support for configuring dns during container creation