فهرست منبع

docs: point out known issue with nginx/vboxfs

see https://github.com/docker/docker/issues/18666

Signed-off-by: Felix Geisendörfer <felix@debuggable.com>
Felix Geisendörfer 9 سال پیش
والد
کامیت
9afdd436cd
2فایلهای تغییر یافته به همراه9 افزوده شده و 0 حذف شده
  1. 4 0
      docs/installation/mac.md
  2. 5 0
      docs/installation/windows.md

+ 4 - 0
docs/installation/mac.md

@@ -384,6 +384,10 @@ The next exercise demonstrates how to do this.
         $ docker stop mysite
         $ docker stop mysite
         $ docker rm 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
 ## Upgrade Docker Toolbox
 
 

+ 5 - 0
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
 Typically, the IP is 192.168.59.103, but it could get changed by VirtualBox's
 DHCP implementation.
 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
 ## Login with PUTTY instead of using the CMD
 
 
 Docker Machine generates and uses the public/private key pair in your
 Docker Machine generates and uses the public/private key pair in your