浏览代码

Mention preserving file permissions when extracting

Signed-off-by: Laurent Bercot <[email protected]>
Laurent Bercot 2 年之前
父节点
当前提交
0dad6135eb
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -217,6 +217,9 @@ ADD https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLA
 RUN tar -C / -Jxpf /tmp/s6-overlay-x86_64.tar.xz
 RUN tar -C / -Jxpf /tmp/s6-overlay-x86_64.tar.xz
 ```
 ```
 
 
+Make sure to preserve file permissions when extracting (i.e. to use the
+`-p` option to `tar`.)
+
 ## Usage
 ## Usage
 
 
 The project is distributed as a set of standard .tar.xz files, which you extract at the root of your image.
 The project is distributed as a set of standard .tar.xz files, which you extract at the root of your image.