From 1bfc70629dc1197169d5f4be759956d1c31f3337 Mon Sep 17 00:00:00 2001 From: David Sheets Date: Fri, 11 Nov 2016 16:37:10 +0000 Subject: [PATCH] Docker for Mac: osxfs: remove outdated content Events are delivered regardless of symlinks now. Also fix typo. --- docker-for-mac/osxfs.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/docker-for-mac/osxfs.md b/docker-for-mac/osxfs.md index d3c104fb38..a1e7d88b5d 100644 --- a/docker-for-mac/osxfs.md +++ b/docker-for-mac/osxfs.md @@ -94,11 +94,8 @@ The following are **unsupported file system events**: * Close events * Unmount events (see Mounts) -Some events may be delivered multiple times. Events are not delivered for bind -mounts from symlinks (notably `/tmp` will not deliver inotify events but -`/private/tmp` will). These limitations do not apply to events between -containers, only to those events originating in OS X. - +Some events may be delivered multiple times. These limitations do not apply to +events between containers, only to those events originating in OS X. ### Mounts @@ -326,4 +323,4 @@ engineering work on custom low-level components. We appreciate your understanding as we continue development of the product and work on all dimensions of performance. We want to continue to work with the community on this, so please continue to report issues as you find them. We look -forward to collaborting with you on ideas and on the source code itself. \ No newline at end of file +forward to collaborating with you on ideas and on the source code itself.