Closed sixbitproxywax closed 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.
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.
Would I be able to build from source, or is there a fundamental limitation to some dependency or something that would make that impossible?
@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.
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:
System information (please complete the following information):
Additional context