mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Removing old custom RootFS behavior on Windows.
Windows base layers are no longer the special "layers+base" type, so we can remove all the special handling for that. Signed-off-by: Stefan J. Wernli <swernli@microsoft.com>
This commit is contained in:
parent
1e6fd0378b
commit
f342b27145
9 changed files with 25 additions and 130 deletions
|
|
@ -370,10 +370,7 @@ whitespace. It has been added to this example for clarity.
|
|||
|
||||
<ul>
|
||||
<li>
|
||||
<code>type</code> is usually set to <code>layers</code>. There is
|
||||
also a Windows-specific value <code>layers+base</code> that allows
|
||||
a base layer to be specified in a field of <code>rootfs</code>
|
||||
called <code>base_layer</code>.
|
||||
<code>type</code> is usually set to <code>layers</code>.
|
||||
</li>
|
||||
<li>
|
||||
<code>diff_ids</code> is an array of layer content hashes (<code>DiffIDs</code>), in order from bottom-most to top-most.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue