1
0
mirror of https://github.com/docker/cli.git synced 2026-01-18 08:21:31 +03:00
Files
cli/components/engine/daemon
Qiang Huang 44843b860e Adapt container settings when start
`adaptContainerSettings` is growing up, new it's only called
when create. It'll be a problem that old containers will never
have chance to adapt the latest rule. `HostConfig` of these
containers will be obsoleted.

Add this calling to start to avoid problems like #18550 and
avoid such backward compatability in the future.

Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
Upstream-commit: f408b4f4639b7c987c93b26174fccfcc513519e4
Component: engine
2015-12-15 08:42:26 +08:00
..
2015-12-02 16:43:49 -05:00
2015-07-29 23:39:18 +02:00
2015-12-13 18:04:12 +02:00
2015-12-13 18:04:12 +02:00
2015-11-05 17:09:57 -05:00
2015-12-11 20:59:15 +02:00
2015-08-27 22:07:42 -07:00
2015-12-14 11:22:01 -05:00
2015-12-03 17:39:49 +01:00
2015-12-03 17:39:49 +01:00
2015-12-02 11:12:42 -05:00
2015-12-13 18:04:12 +02:00
2015-12-13 18:04:12 +02:00
2015-12-03 17:39:49 +01:00
2015-12-13 18:04:12 +02:00
2015-12-15 08:42:26 +08:00
2015-12-13 18:04:12 +02:00

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver

Code pertaining to storing images:

  • graphdriver