joshuacox / mkdomoticz

Make a persistent domoticz container PDQ
GNU General Public License v3.0
16 stars 28 forks source link

Docker not starting for rapsberry PI 1 #5

Open kofec opened 6 years ago

kofec commented 6 years ago

Docker not starting for rapsberry PI 1:

$ docker ps -a
CONTAINER ID        IMAGE                       COMMAND                  CREATED             STATUS                        PORTS                    NAMES
64c41d9e1fe0        joshuacox/mkdomoticz:arm    "/start.sh"              15 minutes ago      Exited (139) 59 seconds ago                            domoticz
joshuacox commented 6 years ago

docker pull and make sure you have the newest image:

$ docker images joshuacox/mkdomoticz                                                                                                                                                           │···················
REPOSITORY             TAG                 IMAGE ID            CREATED             SIZE                                                                                                        │···················
joshuacox/mkdomoticz   arm                 358e6394e03e        3 hours ago         1.06GB  

if it is still giving issues, try docker logs and paste it into a gist and link it here.