-
Notifications
You must be signed in to change notification settings - Fork 371
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 when trying to run docker #82
Comments
What's your docker run command? |
Hi @stewiegaribaldi I was pretty much going by the tutorial provided in https://github.com/meteorhacks/meteord
It returns the error: |
Sorry, I'm not sure, I did the 2.1 From a Local Mount and it works fine. |
just a second, i will try 2.1 |
docker actually looks for a file called run instead of running the container. that is the error msg: |
I have a feeling it is your code where you try to read that file. May be try to put the run file there and see what it says? |
Yes, but is run in docker run a file or a command? Am Donnerstag, 17. März 2016 schrieb stewiegaribaldi :
|
I think you need to do: |
Also I don't know whether it is because my app is a mobile Cordova app? Maybe I should try a small testing project first and see if that works. |
I agree, go to basic when things don't work. but I think it's because you don't attach your docker volume -v as I mentioned previously. Let me know how it goes |
Hi there,
always when I try to run docker, no matter what, it returns an error:
*/Users/username/.nvm/versions/node/v5.5.0/lib/node_modules/docker/src/docker.js:259
throw err;
^
Error: ENOENT: no such file or directory, lstat '/Users/username/run'
at Error (native)*
I've tried your tutorials and also the ones from the docker.com page, nothing seems to help.
I am running on a Macbook Pro, docker-machine is running.
What can I do here?
The text was updated successfully, but these errors were encountered: