Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docker] No EntryPoint defined in Dockerfile #203

Open
diamant-x opened this issue Jul 13, 2020 · 2 comments
Open

[Docker] No EntryPoint defined in Dockerfile #203

diamant-x opened this issue Jul 13, 2020 · 2 comments

Comments

@diamant-x
Copy link

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
Copy link
Owner

schollz commented Jul 15, 2020

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

@diamant-x
Copy link
Author

diamant-x commented Jul 16, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants