portainer/app
cedric-crouzet-penbase b349f16090 fix(containers): remove hardcoded container stop/restart timeout
REST call to stop/restart a container overrides the default stop timeout (before kill) with hardcoded 5 seconds.
Containers already have a default stop timeout handled by the engine API (https://github.com/moby/moby/blob/master/client/container_stop.go).
With this hardcoded 5 seconds, the containers get killed after 5 seconds even if they define a custom greater stop timeout.
Another solution would be to not hardcode the 5 seconds but rather use a global editable setting.
2018-06-13 16:04:24 +02:00
..
agent feat(agent): add agent support (#1828) 2018-05-06 09:15:57 +02:00
azure style(app): update widget title property (#1952) 2018-06-06 18:12:35 +02:00
docker fix(containers): remove hardcoded container stop/restart timeout 2018-06-13 16:04:24 +02:00
extensions/storidge style(app): update widget title property (#1952) 2018-06-06 18:12:35 +02:00
portainer feat(stacks): support compose v2.0 stack (#1963) 2018-06-11 15:13:19 +02:00
__module.js feat(azure): add experimental Azure endpoint support (#1936) 2018-05-28 16:40:33 +02:00
app.js feat(agent): add agent support (#1828) 2018-05-06 09:15:57 +02:00
config.js feat(agent): add agent support (#1828) 2018-05-06 09:15:57 +02:00
constants.js feat(stacks): support compose v2.0 stack (#1963) 2018-06-11 15:13:19 +02:00