schollz / find3

High-precision indoor positioning framework, version 3.
https://www.internalpositioning.com/doc
MIT License
4.63k stars 363 forks source link

[Docker] No EntryPoint defined in Dockerfile #203

Open diamant-x opened 4 years ago

diamant-x commented 4 years ago

Hi, I'm trying to run the docker in a Raspberry PI 3b+. I got to succesfully build there (although it generates 2 images, a ~50MB one and a 500MB one). But then when running the docker images (both), the container starts and ends with exit code 0. I believe is because is missing the https://success.docker.com/article/use-a-script-to-initialize-stateful-container-data Entrypoint information on how to run on start up.

schollz commented 4 years ago

Did you use the docker commands in the docs? https://www.internalpositioning.com/doc/server_setup.md

diamant-x commented 4 years ago

I'm using Portainer so is not 1:1 with your steps. But I can tell in comparison with other dockers (such as the RabbitMQ from dockerhub) that there's some config files missing like the Entrypoint and CMD so that the container knows what to do at first.

The container runs, but I do 'top' and there's no service other than bash running. This is the configuration: image

And when checking if the directories from the 'manual install' are there, i don't find them. (From the docker version files are somewhere else?). image