From 9afdd436cdb0d13eff8f34026a7f7e4d40cfda53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Geisendo=CC=88rfer?= Date: Sun, 31 Jan 2016 06:08:25 +0100 Subject: [PATCH] docs: point out known issue with nginx/vboxfs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit see https://github.com/docker/docker/issues/18666 Signed-off-by: Felix Geisendörfer --- docs/installation/mac.md | 4 ++++ docs/installation/windows.md | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/docs/installation/mac.md b/docs/installation/mac.md index 1df35ff791..d027ea56c8 100644 --- a/docs/installation/mac.md +++ b/docs/installation/mac.md @@ -384,6 +384,10 @@ The next exercise demonstrates how to do this. $ docker stop mysite $ docker rm mysite +> **Note**: There is a [known +> issue](https://docs.docker.com/machine/drivers/virtualbox/#known-issues) that +> may cause files shared with your nginx container to not update correctly as you +> modify them on your host. ## Upgrade Docker Toolbox diff --git a/docs/installation/windows.md b/docs/installation/windows.md index 915d468faa..b1dcf27509 100644 --- a/docs/installation/windows.md +++ b/docs/installation/windows.md @@ -345,6 +345,11 @@ reported to you using: Typically, the IP is 192.168.59.103, but it could get changed by VirtualBox's DHCP implementation. +> **Note**: There is a [known +> issue](https://docs.docker.com/machine/drivers/virtualbox/#known-issues) that +> may cause files shared with your nginx container to not update correctly as you +> modify them on your host. + ## Login with PUTTY instead of using the CMD Docker Machine generates and uses the public/private key pair in your