1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/integration
unclejack a56d1b93a1 don't leave empty cidFile behind
This makes `--cidfile` clean up empty container ID files. These are
left behind when creating the container fails.

Docker-DCO-1.1-Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com> (github: unclejack)
2014-03-12 19:36:19 +02:00
..
api_test.go Move runtime and container into sub pkg 2014-03-09 23:03:40 -07:00
auth_test.go Merge auth package within registry 2014-03-10 17:16:58 -07:00
buildfile_test.go Move image into sub pkg 2014-03-09 22:59:29 -07:00
commands_test.go don't leave empty cidFile behind 2014-03-12 19:36:19 +02:00
container_test.go Remove container env var from libcontainer 2014-02-24 21:51:00 -08:00
graph_test.go Move graph and tags to graph sub pkg 2014-03-09 22:59:29 -07:00
iptables_test.go Move utility package 'iptables' to pkg/iptables 2014-01-06 15:41:24 -08:00
runtime_test.go Move runtime and container into sub pkg 2014-03-09 23:03:40 -07:00
server_test.go Add ability to force removal of running container via docker rm -f 2014-02-27 23:31:36 -05:00
sorter_test.go remove some mkServerFromEngine 2014-01-31 03:34:50 +00:00
utils_test.go Move runtime and container into sub pkg 2014-03-09 23:03:40 -07:00
z_final_test.go