see https://github.com/docker/docker/issues/18666
Signed-off-by: Felix Geisendörfer <felix@debuggable.com>
| ... | ... |
@@ -384,6 +384,10 @@ The next exercise demonstrates how to do this. |
| 384 | 384 |
$ docker stop mysite |
| 385 | 385 |
$ docker rm mysite |
| 386 | 386 |
|
| 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. |
|
| 387 | 391 |
|
| 388 | 392 |
## Upgrade Docker Toolbox |
| 389 | 393 |
|
| ... | ... |
@@ -345,6 +345,11 @@ reported to you using: |
| 345 | 345 |
Typically, the IP is 192.168.59.103, but it could get changed by VirtualBox's |
| 346 | 346 |
DHCP implementation. |
| 347 | 347 |
|
| 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 |
+ |
|
| 348 | 353 |
## Login with PUTTY instead of using the CMD |
| 349 | 354 |
|
| 350 | 355 |
Docker Machine generates and uses the public/private key pair in your |