Iceloof / IB-ClientPortal-Gateway

MIT License
0 stars 1 forks source link

the docker keep restarting #1

Open Enigma-song opened 1 year ago

Enigma-song commented 1 year ago

I run the docker on my raspberry (Raspberry Pi 4 Model B Rev 1.2). but the status shows 'restarting...'

HurinHu commented 1 year ago

I run the docker on my raspberry (Raspberry Pi 4 Model B Rev 1.2). but the status shows 'restarting...'

Try docker logs to check what is wrong with that. I have run this on rpi 4b with ubuntu.

Enigma-song commented 1 year ago

I run the docker on my raspberry (Raspberry Pi 4 Model B Rev 1.2). but the status shows 'restarting...'

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.

HurinHu commented 1 year ago

I run the docker on my raspberry (Raspberry Pi 4 Model B Rev 1.2). but the status shows 'restarting...'

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'?

Enigma-song commented 1 year ago

I run the docker on my raspberry (Raspberry Pi 4 Model B Rev 1.2). but the status shows 'restarting...'

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!