Merge branch 'feat95-container-start-no-hostconfig' into internal

This commit is contained in:
Anthony Lapenna
2016-09-02 13:53:35 +12:00
4 changed files with 7 additions and 25 deletions
@@ -49,10 +49,7 @@ function ($scope, $state, $stateParams, $filter, Config, Container, ContainerCom
$scope.start = function () {
$('#loadingViewSpinner').show();
Container.start({
id: $scope.container.Id,
HostConfig: $scope.container.HostConfig
}, function (d) {
Container.start({id: $scope.container.Id}, {}, function (d) {
update();
Messages.send("Container started", $stateParams.id);
}, function (e) {