You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I stopped and deleted my docker image for signal-cli and get to the newest version with docker pull bbernhard/signal-cli-rest-api.
Afterwards i created a new image with the same name.
I checked with docker inspect "image" and saw the version 0.81 was used.
When i now want to use the curl -X GET -H "Content-Type: application/json" 'http://127.0.0.1:8080/v1/receive/<number>' the response is the mentioned failure.
What can i do or what have i done wrong (Sry for asking im a docker/linux newbie)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I stopped and deleted my docker image for signal-cli and get to the newest version with
docker pull bbernhard/signal-cli-rest-api
.Afterwards i created a new image with the same name.
I checked with
docker inspect "image"
and saw the version 0.81 was used.When i now want to use the
curl -X GET -H "Content-Type: application/json" 'http://127.0.0.1:8080/v1/receive/<number>'
the response is the mentioned failure.What can i do or what have i done wrong (Sry for asking im a docker/linux newbie)
Thanks for your help
Beta Was this translation helpful? Give feedback.
All reactions