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

feat(container-creation): add support for --init (#2111) (#3714)

This commit is contained in:
Mariell 2020-04-15 03:09:42 +02:00 committed by GitHub
parent bba622a500
commit f525c8d022
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 0 deletions

View file

@ -111,6 +111,7 @@ angular.module('portainer.docker').controller('CreateContainerController', [
AutoRemove: false,
NetworkMode: 'bridge',
Privileged: false,
Init: false,
Runtime: '',
ExtraHosts: [],
Devices: [],