File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,17 @@ docker preferences in the via the dock icon.
2020* Disk (Ensure the file has type ` raw ` )
2121* Advanced (CPU's, Memory)
2222
23+ From version 2.x this tool supports the usage of NFS mounted name-volumes, which
24+ gives faster file synchronisation during composer install and cache clear etc.
25+
26+ It comes with a command ` nfs:enable ` that exports the users (yours) home directory
27+ through NFS to localhost, so docker can map directories into the containers. It also
28+ requires some changes to the docker-compose.yml files which have been updated
29+ to support NFS.
30+
31+ If your project don't want to use NFS mounts you simply can remove the ` nfsapp `
32+ volume and change the mappings back to ` ./ ` in the docker-compose.yml files.
33+
2334## Usage
2435
2536### Requirement for all commands to work
You can’t perform that action at this time.
0 commit comments