1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon
Yang Pengfei cc2340689c Fix run docker rename <container-id> new_name concurrently, the container will have multi names
When run `docker rename <container-id> new_name` concurrently, every operation will release
container's old name. So container will have multi new names reserve in nameIndex.

Signed-off-by: Yang Pengfei <yangpengfei4@huawei.com>
2017-07-05 16:56:31 +08:00
..
caps
cluster LCOW: Fix nits from 33241 2017-06-27 11:59:49 -07:00
config
discovery
events
exec
graphdriver Merge pull request #33809 from Microsoft/jjh/svmdedicatedscratch 2017-06-28 11:06:46 -07:00
initlayer
links
logger Merge pull request #33213 from gkze/master 2017-07-03 16:18:18 -04:00
network
stats
apparmor_default.go
apparmor_default_unsupported.go
archive.go
archive_tarcopyoptions.go
archive_tarcopyoptions_unix.go
archive_tarcopyoptions_windows.go
archive_unix.go
archive_windows.go
attach.go
auth.go
bindmount_solaris.go
bindmount_unix.go
build.go
cache.go
changes.go
checkpoint.go
cluster.go
commit.go
configs.go
configs_linux.go
configs_unsupported.go
configs_windows.go
container.go
container_linux.go
container_operations.go Net operations already hold locks to containers 2017-06-23 07:52:35 -07:00
container_operations_solaris.go
container_operations_unix.go
container_operations_windows.go
container_windows.go
create.go LCOW: Fix nits from 33241 2017-06-27 11:59:49 -07:00
create_unix.go
create_windows.go
daemon.go Net operations already hold locks to containers 2017-06-23 07:52:35 -07:00
daemon_experimental.go
daemon_linux.go
daemon_linux_test.go
daemon_solaris.go
daemon_test.go
daemon_unix.go
daemon_unix_test.go avoid saving container state to disk before daemon.Register 2017-06-23 07:52:34 -07:00
daemon_unsupported.go
daemon_windows.go
debugtrap_unix.go daemon: Remove daemon datastructure dump functionality 2017-06-08 14:08:49 -07:00
debugtrap_unsupported.go
debugtrap_windows.go
delete.go
delete_test.go
dependency.go
disk_usage.go
errors.go
events.go
events_test.go
exec.go
exec_linux.go
exec_solaris.go
exec_windows.go LCOW: pass command arguments without extra quoting 2017-06-24 10:23:17 -07:00
export.go
getsize_unix.go
health.go Merge pull request #33781 from mlaventure/fix-healhcheck-goroutine-leak 2017-06-26 15:34:43 -07:00
health_test.go
image.go
image_delete.go
image_exporter.go LCOW: Fix nits from 33241 2017-06-27 11:59:49 -07:00
image_history.go
image_inspect.go Set a LastUpdated time in image metadata when an image tag is updated. 2017-06-26 12:16:26 -07:00
image_pull.go
image_push.go LCOW: Fix nits from 33241 2017-06-27 11:59:49 -07:00
image_tag.go Set a LastUpdated time in image metadata when an image tag is updated. 2017-06-26 12:16:26 -07:00
images.go LCOW: Fix nits from 33241 2017-06-27 11:59:49 -07:00
import.go
info.go LCOW: Fix nits from 33241 2017-06-27 11:59:49 -07:00
info_unix.go
info_unix_test.go
info_windows.go
inspect.go
inspect_solaris.go
inspect_unix.go
inspect_windows.go
keys.go
keys_unsupported.go
kill.go
links.go
list.go daemon: Ignore nonexistent containers when listing containers 2017-06-30 15:19:47 -07:00
list_unix.go
list_windows.go
logdrivers_linux.go
logdrivers_windows.go
logs.go
logs_test.go
metrics.go
metrics_unix.go
metrics_unsupported.go
monitor.go ensure heath monitor status updates are propagated 2017-06-23 07:52:34 -07:00
monitor_linux.go
monitor_solaris.go
monitor_windows.go
mounts.go
names.go
network.go
oci_linux.go
oci_solaris.go
oci_windows.go LCOW: pass command arguments without extra quoting 2017-06-24 10:23:17 -07:00
pause.go
prune.go LCOW: Fix nits from 33241 2017-06-27 11:59:49 -07:00
reload.go
reload_test.go
rename.go Fix run docker rename <container-id> new_name concurrently, the container will have multi names 2017-07-05 16:56:31 +08:00
resize.go
restart.go
search.go
search_test.go
seccomp_disabled.go
seccomp_linux.go
seccomp_unsupported.go
secrets.go
secrets_linux.go
secrets_unsupported.go
secrets_windows.go
selinux_linux.go
selinux_unsupported.go
start.go delete unused code (daemon.Start) 2017-06-23 07:52:34 -07:00
start_unix.go
start_windows.go
stats.go
stats_collector.go
stats_unix.go
stats_windows.go
stop.go
top_unix.go
top_unix_test.go
top_windows.go
unpause.go
update.go
update_linux.go
update_solaris.go
update_windows.go
volumes.go
volumes_unit_test.go
volumes_unix.go avoid saving container state to disk before daemon.Register 2017-06-23 07:52:34 -07:00
volumes_unix_test.go
volumes_windows.go
wait.go
workdir.go