docker-autoheal icon indicating copy to clipboard operation
docker-autoheal copied to clipboard

jq: error (at <stdin>:1): Cannot index string with string "Id" `

Open devth opened this issue 5 years ago • 0 comments

Anyone else see this?

root@yetibot:~# docker run -d \
>     --name autoheal \
>     --restart=always \
>     -e AUTOHEAL_CONTAINER_LABEL=all \
>     -v /var/run/docker.sock:/var/run/docker.sock \
>     willfarrell/autoheal
a0208d9e3768b019fc88945d96b2ab286132e4272a4df3212ba978b8f1677ec1
root@yetibot:~# docker ps
CONTAINER ID        IMAGE                    COMMAND                  CREATED             STATUS                            POR
TS                                            NAMES
a0208d9e3768        willfarrell/autoheal     "/docker-entrypoint a"   3 seconds ago       Up 1 seconds (health: starting)
                                              autoheal
f7ffc783f1a4        yetibot/yetibot:0.5.43   "lein with-profile +l"   22 hours ago        Up 14 minutes (healthy)           0.0
.0.0:65432->65432/tcp, 0.0.0.0:80->3003/tcp   yetibot
9d0a8c8f5131        postgres:latest          "docker-entrypoint.sh"   13 months ago       Up 13 months                      0.0
.0.0:5432->5432/tcp                           postgres
root@yetibot:~# docker logs -f autoheal
Monitoring containers for unhealthy status in 0 second(s)
jq: error (at <stdin>:1): Cannot index string with string "Id"

devth avatar Oct 09 '19 19:10 devth