-
Notifications
You must be signed in to change notification settings - Fork 607
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
Error response from daemon: invalid mount config for type "bind" #1434
Comments
@imagine3D-ai can you describe your setup, for example, which operating system you're on, how you are running the cortex CLI, and how you have installed docker so that the corex cli can access it? |
Yes of course. I'm running this on Ubuntu for Windows 10. I've installed cortex cli using this command (found in cortex installation guide) in Ubuntu : |
and I've installed Docker just by using the official installer: https://hub.docker.com/editions/community/docker-ce-desktop-windows/ |
My best guess is that the root of the issue is that the docker daemon is running in the windows environment, but the cortex CLI is running in ubuntu. Therefore, the docker daemon does not have access to the ubuntu file system (which the cortex CLI is operating on), since it's running in windows. If this is the case, there are two possibilities to resolve this:
We are hoping to support windows natively (#715), so you wouldn't have to run in ubuntu, but we don't yet know exactly when that will be ready. In the meantime, would one of the above options work for you? |
Where can I find tutorials on deploying cortex to AWS? |
I’ll try deploying to AWS, where can I find instructions to do that?
…On Sun, 11 Oct 2020 at 22:36, David Eliahu ***@***.***> wrote:
My best guess is that the root of the issue is that the docker daemon is
running in the windows environment, but the cortex CLI is running in
ubuntu. Therefore, the docker daemon does not have access to the ubuntu
file system (which the cortex CLI is operating on), since it's running in
windows.
If this is the case, there are two possibilities to resolve this:
1. Install docker in the ubuntu environment instead of in windows
2. Use cortex to deploy to AWS instead of deploying locally
We are hoping to support windows natively (#715
<#715>), so you wouldn't have
to run in ubuntu, but we don't yet know exactly when that will be ready.
In the meantime, would one of the above options work for you?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1434 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQQZJ3FCGQ3J2UPM3N66GKDSKIJNZANCNFSM4SLYXACQ>
.
|
@imagine3D-ai to deploy to AWS (using Cortex), you'll have to first spin up a cluster and then deploy to it your API. To spin up a cluster, you can either use the CLI's prompt for the Once the cluster is up, you can then just go to an example and deploy it to the AWS cluster - when deploying to AWS, you'll need to specify the environment to use (the default one for clusters is the We also have a simple tutorial involving the iris classifier API here that shows you how to deploy to AWS. |
I want to try deploying iris-classifier from Cortex examples folder to check that my Cortex is working, but I'm getting this error:
What should I do to fix this?
The text was updated successfully, but these errors were encountered: