terminusdb / terminusdb-bootstrap

TerminusDB Bootstrap
https://terminusdb.com/
Apache License 2.0
66 stars 12 forks source link

Quickstart Script Doesn't Run Container on different architectures #4

Closed sixbitproxywax closed 4 years ago

sixbitproxywax commented 4 years ago

I cloned the repository and navigated to the directory as described in the README. Executing the script with run causes the image to be downloaded as expected and I am told that the server is now running. However, if I immediately execute docker ps there are no containers running. If I execute docker ps -a there are no terminus containers listed.

To Reproduce Steps to reproduce the behavior:

  1. Clone repository
  2. cd into the repo
  3. execute the script with run
  4. check docker ps

System information (please complete the following information):

Additional context

rrooij commented 4 years ago

This is caused by TerminusDB not having a aarch64 image yet. I keep this issue open since the quickstart script should give you a warning of some kind.

rrooij commented 4 years ago

The script now gives a warning when the terminus-container script runs on a different CPU architecture than x86_64, as there are no images for other platforms yet.

sixbitproxywax commented 4 years ago

Would I be able to build from source, or is there a fundamental limitation to some dependency or something that would make that impossible?

rrooij commented 4 years ago

@SixBitProxyWax You can build from source. It's just that we haven't tested ARM64 that well, so unexpected problems may arise. There is no specific dependency that depends on a single architecture though.