1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/container
Qiang Huang 464eefd795 Add lock for container update
Container needs to be locked when updating the fields, and
this PR also remove the redundant `parseSecurityOpt` since
it'll be done in `setHostConfig`.

Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
2015-12-11 10:33:13 +08:00
..
archive.go Move Container to its own package. 2015-12-03 17:39:49 +01:00
container.go Add lock for container update 2015-12-11 10:33:13 +08:00
container_unit_test.go Move Container to its own package. 2015-12-03 17:39:49 +01:00
container_unix.go Move networking api types to the api/types/networking package. 2015-12-09 13:55:59 -08:00
container_windows.go Move DisconnectFromNetwork back to daemon/ 2015-12-03 20:10:27 +01:00
monitor.go Move Container to its own package. 2015-12-03 17:39:49 +01:00
state.go Move Container to its own package. 2015-12-03 17:39:49 +01:00
state_test.go Move Container to its own package. 2015-12-03 17:39:49 +01:00
state_unix.go Move Container to its own package. 2015-12-03 17:39:49 +01:00
state_windows.go Move Container to its own package. 2015-12-03 17:39:49 +01:00