mirror of https://github.com/docker/docs.git
Merge pull request #10127 from fredlf/known-issues
Adds new section for Known Issues to Release Notes.
This commit is contained in:
commit
30468cdbae
|
@ -79,3 +79,14 @@ destination.
|
|||
> Development history prior to version 1.0 can be found by
|
||||
> searching in the [Docker GitHub repo](https://github.com/docker/docker).
|
||||
|
||||
## Known Issues
|
||||
|
||||
This section lists significant known issues present in Docker as of release
|
||||
date. It is not exhaustive; it lists only issues with potentially significant
|
||||
impact on users. This list will be updated as issues are resolved.
|
||||
|
||||
* **Unexpected File Permissions in Containers**
|
||||
An idiosyncrasy in AUFS prevents permissions from propagating predictably
|
||||
between upper and lower layers. This can cause issues with accessing private
|
||||
keys, database instances, etc. For complete information and workarounds see
|
||||
[Github Issue 783](https://github.com/docker/docker/issues/783).
|
Loading…
Reference in New Issue