moby--moby/daemon
Brian Goff c5c72cf151 Persist container to disk after rename
Fixes #11315

After rename occured the graphdb was updated but the container struct
was never commited back to disk, so on daemon restart it loads the old
name again.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2015-03-11 12:39:31 -07:00
..
execdriver Setup user groups in lxc driver 2015-03-10 09:43:11 -07:00
graphdriver Fix minor typo 2015-03-11 11:13:39 +08:00
networkdriver
README.md
attach.go
changes.go
commit.go
config.go
container.go Execdriver implementation on new libcontainer API 2015-03-06 14:46:58 -08:00
container_unit_test.go
copy.go
create.go
daemon.go Ensure clean engine shutdown on startup errors 2015-03-09 08:40:38 -04:00
daemon_aufs.go
daemon_btrfs.go
daemon_devicemapper.go
daemon_no_aufs.go
daemon_overlay.go
daemon_test.go
daemon_unit_test.go
delete.go
exec.go
export.go
history.go
image_delete.go
info.go docker info display http/https_proxy setting 2015-03-06 09:02:21 +08:00
inspect.go
kill.go
list.go
logs.go
monitor.go
network_settings.go
pause.go
rename.go Persist container to disk after rename 2015-03-11 12:39:31 -07:00
resize.go
restart.go
start.go
state.go
state_test.go
stats.go Execdriver implementation on new libcontainer API 2015-03-06 14:46:58 -08:00
stats_collector.go
stop.go
top.go
utils.go
utils_linux.go
utils_nolinux.go
utils_test.go
volumes.go
wait.go

README.md

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver
  • networkdriver

Code pertaining to storing images:

  • graphdriver