1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-23 07:19:41 +02:00

feat(container-creation): support auto remove option (docker run --rm) (#2684)

This commit is contained in:
linquize 2019-02-25 04:48:31 +08:00 committed by Anthony Lapenna
parent d5dfc889bb
commit 99e50370bd
2 changed files with 12 additions and 0 deletions

View file

@ -50,6 +50,7 @@ function ($q, $scope, $state, $timeout, $transition$, $filter, Container, Contai
PortBindings: [],
PublishAllPorts: false,
Binds: [],
AutoRemove: false,
NetworkMode: 'bridge',
Privileged: false,
Runtime: '',