moby--moby/runconfig
HuKeping 2082ff82b5 log: Add restart policy name to the inspect information of container
Under the restart policy "--restart=no", there is no record about it
in the information from docker inspect.

To keep it consistent around the three(maybe more in the future) restart
policies and distinguish with no restart policy specified cases, it's
worth to record it even though it is the default restart policy which
will not restart the container.

Signed-off-by: Hu Keping <hukeping@huawei.com>
2015-01-15 22:40:31 +08:00
..
compare.go
config.go
config_test.go
exec.go
hostconfig.go
merge.go
parse.go log: Add restart policy name to the inspect information of container 2015-01-15 22:40:31 +08:00
parse_test.go