euclidesdb icon indicating copy to clipboard operation
euclidesdb copied to clipboard

Can't run Docker image

Open garysieling opened this issue 5 years ago • 6 comments

When I run the docker command:

docker run -p 50000:50000
-v ~/database:/database
-it euclidesdb/euclidesdb

It immediately dies, like so:

/opt/euclidesdb-0.1.1-Linux/euclidesdb/bootstrap_euclidesdb.sh: line 3: 5 Illegal instruction /opt/euclidesdb-0.1.1-Linux/euclidesdb/euclidesdb -c /opt/euclidesdb-0.1.1-Linux/euclidesdb/euclidesdb.conf

Does this indicate some sort of GPU dependency (this is on a 2011 MPB with High Sierra)

garysieling avatar Nov 20 '18 00:11 garysieling

That is weird, I just tested on my MacBook with High Sierra and it is working fine. Seems to be related to Docker maybe (just saw this: https://github.com/docker/compose/issues/271), will try to see what could be the cause of it.

Is your docker updated ?

perone avatar Nov 20 '18 01:11 perone

I am using docker ver 18.09.1-rc1, build bca0068 on centos 7.4. Am facing the same issue...

senthilmk avatar Dec 21 '18 08:12 senthilmk

I'll take a look into that soon, it looks like euclidesdb or some library is being compiled using extensions that shouldn't be using. @senthilmk can you tell us which host machine are you using ?

perone avatar Dec 22 '18 04:12 perone

docker ver 18.09.1-rc1, (build bca0068) Using LInux (centos 7.4)

senthilmk avatar Dec 22 '18 04:12 senthilmk

Thanks @senthilmk, is CentOS the guest or host system ?

perone avatar Dec 22 '18 04:12 perone

centos is the host.

I think the guest is as defined (Ubuntu)

senthilmk avatar Dec 22 '18 04:12 senthilmk