We have a slow io on mounted volumes. Maybe we can use: * http://docker-sync.io/ Or cached and delegated: * https://docs.docker.com/docker-for-mac/osxfs-caching/ This could be used to sync the app folder into a volume container an use this sync container in the other containers for reading.
We have a slow io on mounted volumes.
Maybe we can use:
Or cached and delegated:
This could be used to sync the app folder into a volume container an use this sync container in the other containers for reading.