moby--moby/pkg/system
Brian Goff 54dcbab25e Do not remove containers from memory on error
Before this, if `forceRemove` is set the container data will be removed
no matter what, including if there are issues with removing container
on-disk state (rw layer, container root).

In practice this causes a lot of issues with leaked data sitting on
disk that users are not able to clean up themselves.
This is particularly a problem while the `EBUSY` errors on remove are so
prevalent. So for now let's not keep this behavior.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2017-05-05 17:02:04 -04:00
..
chtimes.go Fixing 'docker save' on Windows. 2016-02-08 18:08:49 -08:00
chtimes_test.go This fixes Chtimes on systems with 32 bit Timespec 2015-11-19 11:08:29 -08:00
chtimes_unix.go Fixing 'docker save' on Windows. 2016-02-08 18:08:49 -08:00
chtimes_unix_test.go Modify func name from TestChtimes to TestChtimesLinux 2016-07-27 10:05:59 +08:00
chtimes_windows.go Fixing 'docker save' on Windows. 2016-02-08 18:08:49 -08:00
chtimes_windows_test.go Modify func name from TestChtimes to TestChtimesLinux 2016-07-27 10:05:59 +08:00
errors.go fix golint warnings/errors on `pkg/system` and `pkg/stdcopy` 2015-08-13 18:47:13 +08:00
events_windows.go Swap usage of LazyDLL and LoadDLL to LazySystemDLL. 2016-11-22 14:57:11 -08:00
exitcode.go Remove use of pkg/integration in pkg/idtools 2016-11-08 17:21:02 +01:00
filesys.go Windows: Use sequential file access 2017-01-23 10:25:36 -08:00
filesys_windows.go Windows: Use sequential file access 2017-01-23 10:25:36 -08:00
lstat_unix.go Tidy pkg\system *stat* functions 2017-04-05 16:01:53 -07:00
lstat_unix_test.go Fixed file modified time not changing on Windows 2015-10-01 10:45:32 -07:00
lstat_windows.go Tidy pkg\system *stat* functions 2017-04-05 16:01:53 -07:00
meminfo.go Add MemInfo to the system pkg. 2014-10-22 14:05:45 -07:00
meminfo_linux.go fix typos 2016-03-11 23:22:16 +08:00
meminfo_solaris.go pkg/system: Set appropriate CFLAGS on Solaris 2017-03-09 13:40:05 -05:00
meminfo_unix_test.go Replace pkg/units with docker/go-units. 2015-12-16 12:26:49 -05:00
meminfo_unsupported.go Get the Docker Engine to build clean on Solaris 2016-05-23 16:37:12 -07:00
meminfo_windows.go Swap usage of LazyDLL and LoadDLL to LazySystemDLL. 2016-11-22 14:57:11 -08:00
mknod.go fix golint warnings/errors on `pkg/system` and `pkg/stdcopy` 2015-08-13 18:47:13 +08:00
mknod_windows.go fix golint warnings/errors on `pkg/system` and `pkg/stdcopy` 2015-08-13 18:47:13 +08:00
path_unix.go Windows: docker cp consistent paths 2016-05-06 16:08:53 -07:00
path_windows.go Windows: docker cp consistent paths 2016-05-06 16:08:53 -07:00
path_windows_test.go Windows: docker cp consistent paths 2016-05-06 16:08:53 -07:00
process_unix.go make more package in system support darwin 2016-12-26 21:30:06 +08:00
rm.go Do not remove containers from memory on error 2017-05-05 17:02:04 -04:00
rm_test.go Do not remove containers from memory on error 2017-05-05 17:02:04 -04:00
stat_darwin.go Tidy pkg\system *stat* functions 2017-04-05 16:01:53 -07:00
stat_freebsd.go Tidy pkg\system *stat* functions 2017-04-05 16:01:53 -07:00
stat_linux.go Tidy pkg\system *stat* functions 2017-04-05 16:01:53 -07:00
stat_openbsd.go Tidy pkg\system *stat* functions 2017-04-05 16:01:53 -07:00
stat_solaris.go Tidy pkg\system *stat* functions 2017-04-05 16:01:53 -07:00
stat_unix.go Tidy pkg\system *stat* functions 2017-04-05 16:01:53 -07:00
stat_unix_test.go Correct mismatched function names (UID() and Gid()) 2015-10-12 10:58:33 -04:00
stat_windows.go Tidy pkg\system *stat* functions 2017-04-05 16:01:53 -07:00
syscall_unix.go Replace execdrivers with containerd implementation 2016-03-18 13:38:32 -07:00
syscall_windows.go Windows: Add comment re client containers 2016-10-25 10:30:00 -07:00
syscall_windows_test.go Add os_version and os_features to Image 2016-04-04 13:14:57 -07:00
umask.go fix typos in pkg 2016-04-09 21:18:15 +08:00
umask_windows.go fix golint warnings/errors on `pkg/system` and `pkg/stdcopy` 2015-08-13 18:47:13 +08:00
utimes_freebsd.go Fixed file modified time not changing on Windows 2015-10-01 10:45:32 -07:00
utimes_linux.go Fix typos found across repository 2015-12-13 18:04:12 +02:00
utimes_unix_test.go skip api/types/container/ (like golint) and fix one pkg 2016-11-18 16:33:50 -08:00
utimes_unsupported.go make more pkgs support darwin 2016-08-10 22:56:05 +08:00
xattrs_linux.go fix golint warnings/errors on `pkg/system` and `pkg/stdcopy` 2015-08-13 18:47:13 +08:00
xattrs_unsupported.go fix golint warnings/errors on `pkg/system` and `pkg/stdcopy` 2015-08-13 18:47:13 +08:00