What are the Slack Archives?

Itโ€™s a history of our time together in the Slack Community! Thereโ€™s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you wonโ€™t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

anyone knows about the following error when running docker/sdk up (latest docker/sdk): `Error respon

U01BZ7Q3XRV
U01BZ7Q3XRV Posts: 148 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

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

Comments

  • U03DGGZFFS6
    U03DGGZFFS6 Posts: 5 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    Hey David
    By any chance, does your root directory name contain any character other (a-zA-Z0-9_.-)?

  • U01BZ7Q3XRV
    U01BZ7Q3XRV Posts: 148 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    @U03DGGZFFS6 no ๐Ÿ˜• its /Users/firstname.lastname/git/project , where firstname, lastname and project only contain a-z chars

  • U03D9KKPK2T
    U03D9KKPK2T Posts: 29 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    are you running this on a windows machine?
    my take is that docker doesn't know how to mount windows\backslash\dir\separators

  • U01BZ7Q3XRV
    U01BZ7Q3XRV Posts: 148 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    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