-
Notifications
You must be signed in to change notification settings - Fork 10.6k
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
Can't start docker in development installation #734
Comments
The error makes it sound like you are running from a disk or maybe /tmp or something. You did a git clone and actually changed into the Rocket.Chat directory right? Also in my experience the |
I did change to the Rocket.Chat directory and it seems it seems removing the However now I have another error:
|
Does it actually run at this point? The docker error might be to do with the actual file system docker has set up for storing the containers. |
No, it does not run. It created the image but didn't started it
|
It doesn't even report the status or ports? Wow.. What operating system is Docker running on? |
docker is running on centos 7
The error with iptables was resolved this way docker-library/mysql#72 However I have the same error on the beginning
Note: The domain name is hidden on purpose. |
Seems your docker install is setup up very strangly.
Both are on loopback devices? Did you set this? Cause i've never seen it do that before... Also as long as $(pwd) is being ran while in the Rocket.Chat folder it should map correctly. Might also replace that with the full actual path. Might work. Or it could be related to the devicemapper storage location. |
When I run with If I change that what values are preferred on |
@insaneisnotfree to be honest I have no idea... I'd google that loopback error its throwing you. Very interesting that everything comes up with |
@insaneisnotfree i'm going to go ahead and close this issue. Please let me know if you need more help. Feel free to also jump into the demo chat. We tend to hang out there. :) |
…ть в ЛС под сообщением
Hi.
I've followed the instructions in https://github.com/RocketChat/Rocket.Chat for the development installation and it gives me this error
Am I in the correct folder?
The text was updated successfully, but these errors were encountered: