File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -345,6 +345,11 @@ reported to you using:
345345Typically, the IP is 192.168.59.103, but it could get changed by VirtualBox's
346346DHCP 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
350355Docker Machine generates and uses the public/private key pair in your
You can’t perform that action at this time.
0 commit comments