-
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
Using cortex inside a docker #1325
Comments
@javithe7 I will see if I can reproduce this, thank you for creating the issue. In the meantime, one thing you can try (although I have not tried this so I don't know for sure that it will work), is that you can run
|
@javithe7 I was not able to reproduce the error, do you mind replying with |
@javithe7 I just wanted to follow up on this; were you able to resolve your issue? |
@javithe7 We think we've identified the cause of this issue, and are working on fixing it in time for our next release |
This has now been released in v0.20 |
Hi everyone
We have installed cortex into an alpine docker using
RUN bash -c "$(curl -sS https://raw.githubusercontent.com/cortexlabs/cortex/0.18/get-cli.sh)"
and its installed well, but when we try to connect to our pre-existing cluster using"cortex cluster info --config my_cluster.yaml -env aws"
it gives this error:We have solved this error by mapping our host
/root/.cortex
to the/root/.cortex
of our docker, inside thedocker-compose
file.The thing is, we don't want to have to need to do that mapping . We want to know why after installing the
cortex cli
using the command mentioned at the beginning of this text, the.cortex
folder is not created directly within our dockerroot
folder.To sum up, when we install the cortex client, the
.cortex
folder is not createdThanks for advance
The text was updated successfully, but these errors were encountered: