runc/configs
Alexander Morozov ec005e73b9 Make possible to call config methods on values
Because container.Config() returns values and you can't get pointer from
function call immediately. So it is impossible to call
container.Config().HostUID().

Signed-off-by: Alexander Morozov <lk4d4@docker.com>
2015-02-24 16:06:53 -08:00
..
validate Validation for User Namespaces in the config. 2015-02-18 23:14:01 -08:00
cgroup.go Persist container state to disk 2015-02-11 16:52:28 -08:00
config.go Make possible to call config methods on values 2015-02-24 16:06:53 -08:00
config_test.go Merge branch 'master' into api 2015-02-16 15:09:42 -08:00
device.go Persist container state to disk 2015-02-11 16:52:28 -08:00
device_defaults.go api: fix config tests 2015-02-03 10:00:21 -08:00
mount.go Refactor system mounts to be placed on the config 2015-02-12 16:58:38 -08:00
namespaces.go Add GetPath on namespace config 2015-02-12 10:38:43 -08:00
network.go Persist container state to disk 2015-02-11 16:52:28 -08:00