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

Unable to run image

Open olegmeister opened this issue 3 years ago • 5 comments

Hi, I am running this command verbatim:

docker run -d -p 8083:8083 -v recorder_store:/store -e OTR_HOST=mqtt_broker owntracks/recorder

But all it does is print a long hex string and nothing starts. Checking with "docker ps" doesn't list anything. Any advice?

olegmeister avatar Aug 04 '21 01:08 olegmeister

can you remove the image and start over? (docker images; docker rmi)

jpmens avatar Aug 04 '21 11:08 jpmens

Thanks. I didn't understand I needed to install an mqtt service first. I installed and was able to test it from two terminal windows but the image still cannot connect to it, fails with "connecting to MQTT on: as clientID ot-recorder- without TLS" Unable to connect (15) [Lookeup error.]: unknown reason.

A complete end-2-end example of how to start the mqtt broker and how to start the container would help. I get all sorts of errors.

olegmeister avatar Aug 06 '21 05:08 olegmeister

image

wisehackermonkey avatar Jan 05 '22 23:01 wisehackermonkey

@olegmeister have you meanwhile succeeded?

jpmens avatar Aug 04 '22 12:08 jpmens

No, I have not :( Thanks for reaching out. I'll try it again this weekend.

olegmeister avatar Aug 06 '22 18:08 olegmeister

Closing as stale. Feel free to open if necessary.

jpmens avatar Sep 07 '22 11:09 jpmens