Skip to content

Commit afa4b80

Browse files
committed
docs: dockerfile: remove "known issues" related to AuFS
This known issue is long obsolete, as it was resolved in current AufS versions, and the AuFS storage driver was deprecated and removed. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent a45297b commit afa4b80

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

frontend/dockerfile/docs/reference.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -588,19 +588,6 @@ guide](https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practi
588588
589589
The cache for `RUN` instructions can be invalidated by [`ADD`](#add) and [`COPY`](#copy) instructions.
590590
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-
604591
## RUN --mount
605592
606593
> **Note**

0 commit comments

Comments
 (0)