-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update upstream to moby/moby@6968719
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule upstream
updated
17 files
+3 −4 | container/container.go | |
+16 −0 | container/rwlayer.go | |
+161 −34 | daemon/containerd/image_snapshot.go | |
+0 −52 | daemon/containerd/mount.go | |
+0 −14 | daemon/containerd/service.go | |
+2 −2 | daemon/containerd/service_unix.go | |
+11 −6 | daemon/containerd/service_windows.go | |
+5 −11 | daemon/create.go | |
+39 −14 | daemon/daemon.go | |
+0 −15 | daemon/delete.go | |
+4 −9 | daemon/image_service.go | |
+0 −5 | daemon/images/image.go | |
+7 −1 | daemon/images/image_changes.go | |
+2 −2 | daemon/images/image_unix.go | |
+2 −1 | daemon/images/image_windows.go | |
+0 −50 | daemon/images/mount.go | |
+10 −4 | daemon/images/service.go |