Skip to content
Snippets Groups Projects
Commit 6d900f5a authored by Miklos Szeredi's avatar Miklos Szeredi
Browse files

ovl: document lower layer ordering

parent 3cdf6fe9
No related branches found
No related tags found
No related merge requests found
...@@ -167,8 +167,12 @@ separator character between the directory names. For example: ...@@ -167,8 +167,12 @@ separator character between the directory names. For example:
mount -t overlay overlay -olowerdir=/lower1:/lower2:/lower3 /merged mount -t overlay overlay -olowerdir=/lower1:/lower2:/lower3 /merged
As the example shows, "upperdir=" and "workdir=" may be omitted. In that case As the example shows, "upperdir=" and "workdir=" may be omitted. In
the overlay will be read-only. that case the overlay will be read-only.
The specified lower directories will be stacked beginning from the
rightmost one and going left. In the above example lower1 will be the
top, lower2 the middle and lower3 the bottom layer.
Non-standard behavior Non-standard behavior
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment