anyone knows about the following error when runnin...
# docker
b
anyone knows about the following error when running docker/sdk up (latest docker/sdk):
Error response from daemon: create ././docker/deployment/default/env/cli: "././docker/deployment/default/env/cli" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended to pass a host directory, use absolute path
a
Hey David By any chance, does your root directory name contain any character other (a-zA-Z0-9_.-)?
b
@average-processor-884 no 😕 its
/Users/firstname.lastname/git/project
, where firstname, lastname and project only contain a-z chars
f
are you running this on a windows machine? my take is that docker doesn't know how to mount
windows\backslash\dir\separators
b
no, it's macOS. I just created an issue on github, from the error message it seems as it tries to use the path as volume name for some reason? https://github.com/spryker/docker-sdk/issues/314