feat(container-creation): support auto remove option (docker run --rm) (#2684)
This commit is contained in:
committed by
Anthony Lapenna
parent
d5dfc889bb
commit
99e50370bd
@@ -50,6 +50,7 @@ function ($q, $scope, $state, $timeout, $transition$, $filter, Container, Contai
|
||||
PortBindings: [],
|
||||
PublishAllPorts: false,
|
||||
Binds: [],
|
||||
AutoRemove: false,
|
||||
NetworkMode: 'bridge',
|
||||
Privileged: false,
|
||||
Runtime: '',
|
||||
|
||||
Reference in New Issue
Block a user