-
Notifications
You must be signed in to change notification settings - Fork 293
serverless | aws | python requirement | invalid volume error #105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Interesting, I wonder if windows doesn't support the |
Thanks for your response. But without this, I am stuck completely. Will really appreciate if you can help out. |
I might be able to fix this.
Why: the
Note: For usage of docker from Windows 10 WSL command line, see https://blog.jayway.com/2017/04/19/running-docker-on-bash-on-windows/ |
For usage of dockerizePip on Windows with the above patch #110, do Step 1 only if running serverless on windows, or do both Step 1 & 2 if running serverless inside WSL. |
I've also had this issue with Docker Toolbox for Windows. The instructions to enable a shared drive don't apply to it. Docker Toolbox seems to require the |
having a similar issue
|
@glenfordwilliams please try with the latest version of the plugin. If it still happens, attach the log, version numbers, and information about your Docker installation (Docker Toolbox or Docker for Windows, versions, etc.) And please tag me in that ticket so I can see it. |
docker: Error response from daemon: invalid volume specification: 'C:\Users\sant_\python-s3-thumbnail:/var/task:z'.
See 'docker run --help'
I am using windows docker (docker toolkit). I have also tried to run the same in conda virtual environment and nodejs CLI but got the same result in all cases.
Thanks for your support in advance.
The text was updated successfully, but these errors were encountered: