1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #19858 from felixge/vboxfs-sendfile-warning

docs: point out known issue with nginx/vboxfs
This commit is contained in:
Jess Frazelle 2016-02-03 13:50:34 -08:00
commit 1ae6da75c8
2 changed files with 9 additions and 0 deletions

View file

@ -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

View file

@ -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