inventaire / docker-inventaire

Docker configuration experiment of https://github.com/inventaire/inventaire
9 stars 0 forks source link

exiting inventaire container #4

Closed maxlath closed 6 years ago

maxlath commented 6 years ago

[Context: 3f45914]

Running docker-compose -f docker-compose.yml up --build results in the inventaire container to exit while initializing:

docker-inventaire_inventaire_1_14587116de74 exited with code 0

After a good lot of bissections, it appears that the problem is that leveldb initialization was crashing: running the database initialization in the node REPL crashes with the following error log:

zsh: segmentation fault (core dumped)  node

Comparable issues where linked to file incompatibilities between alpin and debian, and indeed, changing the inventaire image to node:8 resolves the issue (so this issue is mostly there for documentation :p)