-
Notifications
You must be signed in to change notification settings - Fork 241
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
Docker container exists with code 139 #646
Comments
Hi @ciliehub, I just ran the very same command:
and it worked just fine so I'm afraid more info is needed. What's the full output you're getting when running it? Also, note that while by specifying
And http://installrepo.kaltura.org/releases/latest always points to the last stable version [14.15.0 at present time] and so, if you were to run |
Thanks for your quick answer. Just found out: it has nothing to do with Kaltura. It's just a coincidence. I didn't tell you I am running Docker within an Arch linux environment (wasn't suspecting this to be a kind of issue) For running CentOS docker guests within Arch you need to set a kernel parameter. You may close the issue. |
Cheers, @ciliehub. Closing. |
For development reasons I need a specific version of Kaltura server. (13.19). I skipped the debug report, because it is not (yet) relevant at the point where I'm stuck.
I did a docker pull:
docker pull kaltura/server:Mercury-13.19.0
Then I tried to
exec
the command given in https://github.com/kaltura/platform-install-packages/blob/master/doc/install-docker.md#start-kaltura-container, only with the tag addition:docker run -d --name=kaltura -p 80:80 -p 443:443 -p 1935:1935 -p 88:88 -p 8443:8443 kaltura/server:Mercury-13.19.0
After that, nothing happens, no container is running, it exited:
29e2bc7bbd69 kaltura/server:Mercury-13.19.0 "/sbin/init" 6 seconds ago Exited (139) 5 seconds ago kaltura
Unfortunately,
docker logs 29e2bc7bbd69
yields nothing.How can I make this work?
The text was updated successfully, but these errors were encountered: