Trying to get the #mesthtastic client running via podman/docker has me stumped. I keep getting this error. Halp?

```

❯ podman run --rm -it meshtastic/device .

Resolving "meshtastic/device" using unqualified-search registries (/etc/containers/registries.conf.d/10-unqualified-search-registries.conf)

Trying to pull docker.io/meshtastic/device:latest...

Error: initializing source docker://meshtastic/device:latest: reading manifest latest in docker.io/meshtastic/device: requested access to the resource is denied

```

Reply to this note

Please Login to reply.

Discussion

That error usually comes from pulling from the wrong URL.

`meshtastic/device` is what meshtastic.org directs.

Im about to get a meshtastic device so i should prolly take a look at this. 😅

Highly recommend. iOS and Android apps are solid. Desktop has been tricky.

I am auth'd in to docker.io.

Maybe the docs are just out of date? Looks like no official images on docker.io.

https://meshtastic.org/docs/software/linux-native/

docs are fine, they say you need to build it locally:

docker build -t meshtastic/device .

I can read that, yes. It doesn’t resolve.

I think you need to download the app then build it locally with docker. I don't think its on docker.io

If you can find where to download it, you’re a better man than I.