Enhance example with note about Symlinks on Docker Toolbox

This commit is contained in:
cytopia
2019-03-07 14:48:17 +01:00
parent 6ce9a94509
commit dab5c1e2ea
17 changed files with 159 additions and 1 deletions

View File

@ -8,6 +8,13 @@ Setup Zend
This example will use ``composer`` to install Zend from within the PHP container.
.. important::
Using ``composer`` requires the underlying file system to support symlinks. If you
use **Docker Toolbox** you need to explicitly allow/enable this.
See below for instructions:
* Docker Toolbox and :ref:`howto_docker_toolbox_and_the_devilbox_windows_symlinks`
.. seealso:: |ext_lnk_example_zend_documentation|
@ -129,6 +136,12 @@ How does the directory structure look after symlinking:
As you can see from the above directory structure, ``htdocs`` is available in its expected
path and points to the frameworks entrypoint.
.. important::
When using **Docker Toolbox**, you need to **explicitly allow** the usage of **symlinks**.
See below for instructions:
* Docker Toolbox and :ref:`howto_docker_toolbox_and_the_devilbox_windows_symlinks`
5. DNS record
-------------