File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -588,19 +588,6 @@ guide](https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practi
588
588
589
589
The cache for `RUN` instructions can be invalidated by [`ADD`](#add) and [`COPY`](#copy) instructions.
590
590
591
- ### Known issues (RUN)
592
-
593
- - [Issue 783](https://github.com/docker/docker/issues/783) is about file
594
- permissions problems that can occur when using the AUFS file system. You
595
- might notice it during an attempt to `rm` a file, for example.
596
-
597
- For systems that have recent aufs version (i.e., `dirperm1` mount option can
598
- be set), docker will attempt to fix the issue automatically by mounting
599
- the layers with `dirperm1` option. More details on `dirperm1` option can be
600
- found at [`aufs` man page](https://github.com/sfjro/aufs3-linux/tree/aufs3.18/Documentation/filesystems/aufs)
601
-
602
- If your system doesn' t have support for `dirperm1`, the issue describes a workaround.
603
-
604
591
## RUN --mount
605
592
606
593
> **Note**
You can’t perform that action at this time.
0 commit comments