-
Notifications
You must be signed in to change notification settings - Fork 304
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
Cant seem to Connect To Remote Running Container #449
Comments
@akash3456 Windows containers are not yet supported. It would be awesome if you'd upvote #445 if you are interested in them! Closing as a duplicate. |
Since this happens on with Linux containers, can you tell me the steps you used to create the container? Also, have you shared your local drives via Docker settings? If not, you can see an error. |
Oh - and Alpine is not supported yet if you used an alpine container. See #54 |
Does setting the home folder in the Dockerfile with |
Why do i need to do this and the container in question was created using docker run against a solr image. |
/duplicate #22 From looking at the Dockerfile for solr, |
Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines. Happy Coding! |
looks setting the env home to solr data dir didnt work as same error occured |
@akash3456 Make sure to rebuild the container. (Either remove the container manually or go through More Actions... on the error dialog and then choose to rebuild.) |
I did that got the same thing. Are you able to showcase to me from your setup that this does actually work as I’m not convinced tbh |
FROM solr
ENV HOME /var/solr/data Works for me. What's the error message you get with that? |
Is the error message |
I would expect that for the old container created without |
Maybe you're on an older version of the solr image? |
latest image is used |
it seems the var/solr/data does not exist in the running container. on the solr user |
can you show me how yours is working at all please? |
whats the default root user password when creating a linux container |
how to run commands as root in dockerfile |
its worked, remoed expose 8983 |
i get this message when i attempt to attach vscode insider to a running windows container
The text was updated successfully, but these errors were encountered: