diff --git a/app/components/createContainer/createContainerController.js b/app/components/createContainer/createContainerController.js index 67704e710..d00b6ebd2 100644 --- a/app/components/createContainer/createContainerController.js +++ b/app/components/createContainer/createContainerController.js @@ -23,6 +23,7 @@ function ($scope, $state, $stateParams, $filter, Config, Info, Container, Contai Name: 'no' }, PortBindings: [], + PublishAllPorts: false, Binds: [], NetworkMode: 'bridge', Privileged: false diff --git a/app/components/createContainer/createcontainer.html b/app/components/createContainer/createcontainer.html index 9a27c741a..f052bca3a 100644 --- a/app/components/createContainer/createcontainer.html +++ b/app/components/createContainer/createcontainer.html @@ -64,6 +64,11 @@
+
+ +
map port