https://netmaker.org logo
Can I run the client as a docker image but not run...
# client
p
Can I run the client as a docker image but not running K8s? For example, I would like to add my Austor NAS to the mesh. It supports running containers but it's not a full Debian OS.
j
yes, you can run the docker client anywhere
p
Cool. Where are the docs for setting that up? I didn't see it in the client docs page.
j
when you create an access key, it will display instructions for running the docker netclient
p
I thought I saw that somewhere, lol! Thanks!
j
keep in mind, if you're running into trouble with the gravitl/netclient image, you may want to try the gravitl/netclient-go image, which contains userspace wireguard
p
Ok. And I'll need the ARM image as well. I'll take a peek at it.
I'll try the userspace one as I know the Ausustor image is hacked up Debian so it is likely to have some issues.
j
i believe it should be multi-arch but I know someone else had issues on arm a while back...
b
only arm64, though arm7 can be build with small change to dockerfile
p
It's ARM64. The regular one runs but won't route traffic. Trying the userspace one.
Looks like it will require a kernel module.
I was able to get the
tun
kernel module loaded. It connects, but it doesn't route. But that's a start.
4 Views