1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/libcontainerd
Tonis Tiigi 4b21fdc96a Fix container mount cleanup issues
- Refactor generic and path based cleanup functions into a single function.
- Include aufs and zfs mounts in the mounts cleanup.
- Containers that receive exit event on restore don't require manual cleanup.
- Make missing sandbox id message a warning because currently sandboxes are always cleared on startup. libnetwork#975
- Don't unmount volumes for containers that don't have base path. Shouldn't be needed after #21372

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
(cherry picked from commit 05cc737f54)
2016-03-31 18:35:37 -04:00
..
windowsoci Windows: libcontainerd cleanup 2016-03-18 20:31:11 -07:00
client.go libcontainerd: reuse our pkg/locker 2016-03-31 18:35:03 -04:00
client_linux.go Add ulimit support to libcontainerd addprocess 2016-03-25 13:43:06 -04:00
client_liverestore_linux.go
client_shutdownrestore_linux.go Fix container mount cleanup issues 2016-03-31 18:35:37 -04:00
client_windows.go Windows: Minimal docker top implementation 2016-03-20 16:45:53 -07:00
container.go
container_linux.go
container_windows.go
pausemonitor_linux.go
process.go
process_linux.go
process_windows.go Windows: Minimal docker top implementation 2016-03-20 16:45:53 -07:00
queue_linux.go
remote.go
remote_linux.go Redirect containerd stdout/stderr to the docker stream. 2016-03-31 18:35:37 -04:00
remote_windows.go libcontainerd: reuse our pkg/locker 2016-03-31 18:35:03 -04:00
types.go Windows: Minimal docker top implementation 2016-03-20 16:45:53 -07:00
types_linux.go Windows: Minimal docker top implementation 2016-03-20 16:45:53 -07:00
types_windows.go Windows: Minimal docker top implementation 2016-03-20 16:45:53 -07:00
utils_linux.go Add ulimit support to libcontainerd addprocess 2016-03-25 13:43:06 -04:00
utils_windows.go