dchristl / macless-haystack

Create your own AirTag with OpenHaystack, but without the need to own an Apple device
GNU General Public License v3.0
407 stars 66 forks source link

[doc] add interactive docker cmd #93

Closed mrx23dot closed 5 months ago

mrx23dot commented 5 months ago

docker restart macless-haystack

works as suggested in readme. But how can I run the docker in foreground, to see server responses?

docker run -it macless-haystack docker run macless-haystack says

Unable to find image 'macless-haystack:latest' locally
docker: Error response from daemon: pull access denied for macless-haystack, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.

also docker ps seems to only list anisette docker

so not sure why one command finds macless-haystack and others don't.

johnnyrun commented 5 months ago

you are confusing docker commands.

BTW:

docker logs -f macless-haystack

for details

mrx23dot commented 5 months ago

works great, thank you! Might worth adding to readme.

dchristl commented 5 months ago

Might worth adding to readme.

You mean something like this old FAQ ;)