-
Notifications
You must be signed in to change notification settings - Fork 10
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 running docker #19
Comments
Hi! |
Here is it
|
docker version |
Docker version 17.03.1-ce, build c6d412e |
There seems to be an issue with the flags not having double dashes. Looks like someone's editor decided that '--' is equivalent to a long dash '—'. docker run -d --env DOCKER_API_VERSION=1.24 --net=host -v /run:/var/run sonm/insonmnia:alpha3 sonmminer --hubaddress=localhost:10002 |
I've noticed it, and used '--'. I still have the same issue.
|
Hey @on-meetsys, You should use I expect it can solve your problem. |
Hello,
I've followed your readme, but sonm node can not be launched :
And if I try to run the mining node :
I use a Debian 7.5 wheezy
ports 10001 and 10002 are opened. What could I try ?
Thanks
The text was updated successfully, but these errors were encountered: