Skip to content

Commit 9afdd43

Browse files
committed
docs: point out known issue with nginx/vboxfs
see moby#18666 Signed-off-by: Felix Geisendörfer <felix@debuggable.com>
1 parent 5f5a752 commit 9afdd43

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

docs/installation/mac.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,10 @@ The next exercise demonstrates how to do this.
384384
$ docker stop mysite
385385
$ docker rm mysite
386386

387+
> **Note**: There is a [known
388+
> issue](https://docs.docker.com/machine/drivers/virtualbox/#known-issues) that
389+
> may cause files shared with your nginx container to not update correctly as you
390+
> modify them on your host.
387391
388392
## Upgrade Docker Toolbox
389393

docs/installation/windows.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,11 @@ reported to you using:
345345
Typically, the IP is 192.168.59.103, but it could get changed by VirtualBox's
346346
DHCP implementation.
347347

348+
> **Note**: There is a [known
349+
> issue](https://docs.docker.com/machine/drivers/virtualbox/#known-issues) that
350+
> may cause files shared with your nginx container to not update correctly as you
351+
> modify them on your host.
352+
348353
## Login with PUTTY instead of using the CMD
349354

350355
Docker Machine generates and uses the public/private key pair in your

0 commit comments

Comments
 (0)