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:
parent
d5dfc889bb
commit
99e50370bd
2 changed files with 12 additions and 0 deletions
|
@ -50,6 +50,7 @@ function ($q, $scope, $state, $timeout, $transition$, $filter, Container, Contai
|
|||
PortBindings: [],
|
||||
PublishAllPorts: false,
|
||||
Binds: [],
|
||||
AutoRemove: false,
|
||||
NetworkMode: 'bridge',
|
||||
Privileged: false,
|
||||
Runtime: '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue