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
Maybe the docs are just out of date? Looks like no official images on docker.io.
https://meshtastic.org/docs/software/linux-native/
Please Login to reply.
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.