mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
48a26ba9e4
This verifies that bug #31392 won't surface again. To reproduce the bug: 1) docker run -dit --name a0 busybox sh 2) docker run -dit --name b0 --link a0 busybox sh 3) docker rename a0 a1 4) docker run -dit --name a0 busybox sh 5) docker rm -f b0 6) docker run -dit --name b0 --link a0 busybox sh Signed-off-by: Boaz Shuster <ripcurld.github@gmail.com> |
||
---|---|---|
.. | ||
create_test.go | ||
main_test.go | ||
rename_test.go |