We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe9552d commit 1b440ffCopy full SHA for 1b440ff
libcontainer/rootfs_init_linux.go
@@ -322,7 +322,7 @@ func (l *linuxRootfsInit) Init() error {
322
323
// The overlayfs upper layer can't be ID-mapped, so it needs to be chowned.
324
if err := idShiftUtils.ShiftIdsWithChown(ovfsUpperLayer, int32(uid), int32(gid)); err != nil {
325
- return newSystemErrorWithCausef(err, "chown overlayfs upper layet at %s")
+ return newSystemErrorWithCausef(err, "chown overlayfs upper layet at %s", ovfsUpperLayer)
326
}
327
328
// Recreate the rootfs overlayfs mount (using the ID-mapped lower layers)
0 commit comments