Closed montaropdf closed 2 years ago
Does it work when you try the full image path?
Change:
#TERMINUSDB_REPOSITORY=terminusdb/terminusdb-server
To:
TERMINUSDB_REPOSITORY=terminusdb.docker.scarf.sh/terminusdb/terminusdb-server
By the way, we are at version 10.0.15
now so you might want to update your ENV file. :smile:
Unfortunatelly, I still encounter the same problem.
@montaropdf This worked for me with podman
version 3.4.4 on Ubuntu 22.04:
TERMINUSDB_DOCKER=podman ./terminusdb-container run
What do you get when you run this?
podman pull terminusdb.docker.scarf.sh/terminusdb/terminusdb-server
Closing as part of our issue cleanup, since it was not reproducible on ubuntu with podman. If this is still an issue on Fedora, leave a comment to notify us.
Describe the bug With podman, on Fedora 35, the terminusdb container refuse to start and the following message is displayed in the terminal.
To use podman I followed the example in the README documentation.
The container is definitively not running. According to https://github.com/containers/podman/issues/11530, this could be an issue with the script that start the container.
To Reproduce Steps to reproduce the behavior:
./terminusdb-container run
Expected behavior The container must start and be available according tohe configuration defined in the
ENV
fileScreenshots /
System information (please complete the following information):
./terminusdb-container run
Additional context Content of my
ENV
file