mirror of
https://github.com/moby/moby.git
synced 2024-11-21 10:38:51 +00:00
Updated Engine v1.10.0 content addressability migration (markdown)
parent
0be9b05375
commit
07a013d923
@ -1,5 +1,3 @@
|
||||
# Docker Engine 1.10 migration
|
||||
|
||||
TL;DR;
|
||||
|
||||
- More secure foundation for referencing images and layers
|
||||
@ -7,6 +5,8 @@ TL;DR;
|
||||
- Upgrading old images will include a migration step
|
||||
- A migration tool exists in order to minimize migration time
|
||||
|
||||
## Understanding 1.10 migration
|
||||
|
||||
This post describes the upcoming changes to the way Docker Engine stores images and filesystem data in containers. These changes are coming to users starting from version v1.10. (FIXME: link to download rc1)
|
||||
|
||||
Starting from v1.10 we completely change the way Docker addresses the image data on disk. Previously, every image and layer used a randomly assigned UUID, now we have implemented a content addressable method using an ID that is based on a secure hash of the image and layer data.
|
||||
|
Loading…
Reference in New Issue
Block a user