I'm trying to avoid slow osxfs
when using docker. So I'm running docker-sync volume container.
I want to mount only subdir of this volume to another container.
Current example errors out:
docker: Error response from daemon: create docker-sync/www/marcopolo.front: "docker-sync/www/marcopolo.front" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed.
See 'docker run --help'.