Răsfoiți Sursa

Mention preserving file permissions when extracting

Signed-off-by: Laurent Bercot <[email protected]>
Laurent Bercot 2 ani în urmă
părinte
comite
0dad6135eb
1 a modificat fișierele cu 3 adăugiri și 0 ștergeri
  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.