Replying to Avatar Shawn

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

```

Avatar
Shawn 1y ago

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

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

Reply to this note

Please Login to reply.

Discussion

Avatar
Girino Vey! 1y ago

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

docker build -t meshtastic/device .

Avatar
Shawn 1y ago

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

Thread collapsed
Thread collapsed