Pārlūkot izejas kodu

Mention preserving file permissions when extracting

Signed-off-by: Laurent Bercot <[email protected]>
Laurent Bercot 2 gadi atpakaļ
vecāks
revīzija
0dad6135eb
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  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
 ```
 
+Make sure to preserve file permissions when extracting (i.e. to use the
+`-p` option to `tar`.)
+
 ## Usage
 
 The project is distributed as a set of standard .tar.xz files, which you extract at the root of your image.