From c5552d1b8ed55ff7da892e5557b6fbb0bf9261cd Mon Sep 17 00:00:00 2001 From: Romain Date: Sun, 12 Feb 2017 00:23:13 +0100 Subject: [PATCH] feat (container): add publish all ports option (#558) (#566) --- app/components/createContainer/createContainerController.js | 1 + app/components/createContainer/createcontainer.html | 5 +++++ 2 files changed, 6 insertions(+) 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