-
Notifications
You must be signed in to change notification settings - Fork 1
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
the docker keep restarting #1
Comments
Try docker logs to check what is wrong with that. I have run this on rpi 4b with ubuntu. |
I tried 'docker logs cpgateway-docker', but no log shows up as it keeps restarting. |
Are you created with 'docker run -d -it --restart=always --name cpgateway-docker -p 5000:5000 hurinhu/ib-clientportal-gateway:RPI4'? |
yes! |
I run the docker on my raspberry (Raspberry Pi 4 Model B Rev 1.2). but the status shows 'restarting...'
The text was updated successfully, but these errors were encountered: