Skip to content
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

Problems running the container #6

Open
guFalcon opened this issue Apr 9, 2016 · 1 comment
Open

Problems running the container #6

guFalcon opened this issue Apr 9, 2016 · 1 comment

Comments

@guFalcon
Copy link

guFalcon commented Apr 9, 2016

Sorry to bother you, but when installing using my certificates it asks about the PEM passphrase (and I think that's ok for the first start when entering the config-values) but it does that every time I restart... But then I have no bash open on it.

Second problem is that I don't get any video running on it. Nginx is running obviously and serving the website, and when opening a room the website changes to the right one, but when I click on 'invite' the link says: 'Your conference is currently being created...' and when I want to open a chat I have to enter my nickname, which gets deleted when I push enter.
Seems like all the javascript callbacks aren't working, and the log doesn't list anything else than about 1000 lines of 'info'. No error.
What am I doing wrong?
(I know it's me ;)

One more thing. Don't you want to include the port-forwarding line for windows in the description?

// get name of your currently running docker-machine
docker-machine active

// get your docker-machine's ip
docker-machine ip <name>

netsh interface portproxy add v4tov4 listenport=<localport> listenaddress=<localaddress> connectport=<port_you_exposed_in_container_using_-p> connectaddress=<docker-machine_ip>
@guFalcon
Copy link
Author

Update:
Tried it with auto-generated key and still was not able to get any response from the container besides the web-pages. Video doesn't work, the meeting is not generated (no obvious error in the logs though) and I'm not even able to invite people since the 'invite' button says: 'Your conference is currently being created...'.

Tried running as mentioned in the docs.
Tried running mapping every port exposed by the container (used Dockerfile as reference) manually.
Tried running with -P.

Nothing works.
What am I doing wrong?
(obviously it's me...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant