mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add fixme for the change detection
This commit is contained in:
parent
77272bea9c
commit
804abddec1
1 changed files with 2 additions and 0 deletions
|
@ -307,6 +307,8 @@ func (image *Image) Mount(root, rw string) (*Mountpoint, error) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// FIXME: Create tests for deletion
|
// FIXME: Create tests for deletion
|
||||||
|
// FIXME: move this part to change.go, maybe refactor
|
||||||
|
// fs.Change() to avoid the fake mountpoint
|
||||||
// Retrieve the changeset from the parent and apply it to the container
|
// Retrieve the changeset from the parent and apply it to the container
|
||||||
// - Retrieve the changes
|
// - Retrieve the changes
|
||||||
changes, err := image.store.Changes(&Mountpoint{
|
changes, err := image.store.Changes(&Mountpoint{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue