



















Yes, you're right. It doesn't seem to work mounting an overlay directly but I was able to make it work going through an intermediate bind mount, something like this:
mount -o bind,X-mount.idmap="b:65534:1000:1" original/ bind/
and then:
mount -t overlay overlay -o lowerdir=bind/,workdir=workdir/,upperdir=upper/ merged/
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。