Replies: 3 comments 3 replies
-
|
If you don't have access to e.g. an Ethernet interface, you can set a MAC address manually like this (remove the comment): Line 211 in 6f7149e |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
I've copied the file into the actual Docker image, that can work too, no?
…On 14 September 2025 17:30:59 SAST, GUVWAF ***@***.***> wrote:
Answer I got from @vidplace7 on Discord:
"You're meant to pass the meshtastic config to the container in a `volume`
```
docker run -it -p 4403:4403 --restart unless-stopped --name meshtasticd --device=/dev/bus/usb/001/006 -v ./config.yaml:/etc/meshtasticd/config.yaml:ro meshtastic/meshtasticd:beta
```
^ Example from https://meshtastic.org/docs/software/linux/usage/#usage-with-docker"
--
Reply to this email directly or view it on GitHub:
#7952 (reply in thread)
You are receiving this because you authored the thread.
Message ID: ***@***.***>
----
Tristan B. Velloza Kildaire
Web: https://deavmi.assigned.network
BNET IRC: deavmi
Email: ***@***.***
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Let me try what you sent
…On 14 September 2025 17:30:59 SAST, GUVWAF ***@***.***> wrote:
Answer I got from @vidplace7 on Discord:
"You're meant to pass the meshtastic config to the container in a `volume`
```
docker run -it -p 4403:4403 --restart unless-stopped --name meshtasticd --device=/dev/bus/usb/001/006 -v ./config.yaml:/etc/meshtasticd/config.yaml:ro meshtastic/meshtasticd:beta
```
^ Example from https://meshtastic.org/docs/software/linux/usage/#usage-with-docker"
--
Reply to this email directly or view it on GitHub:
#7952 (reply in thread)
You are receiving this because you authored the thread.
Message ID: ***@***.***>
----
Tristan B. Velloza Kildaire
Web: https://deavmi.assigned.network
BNET IRC: deavmi
Email: ***@***.***
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm having problems getting the Dockerized version of meshtasticd working.
I have a
Dockerfilethat correctly copies over myconfig.ymlinto the container's image, then I start it withCMD meshtasticd -c config.yml.It seems it can definately read my config file but it keeps complaining about a MAC address missing:
The docs really didn't help me that much, I cannot find what the basic bare bones config must look like.
Beta Was this translation helpful? Give feedback.
All reactions