Restore complete client config including custom moons

I try to make my usecase as clear as possible.

I plan to deploy a service onto a node that is only via zerotier accessable.
The deployment runs inside a fresh docker container.

My Problem here is I dont want to authorize the docker container every time on the controller to access my networks.
Instead I like to configure the client inside my deployment container once and backup that zerotier configuration, so on the next deployment I just “import” / “restore” the config and the container is automatically connected to my zerotier network.

Now my question is what do I have to backup and restore for this to work.

And is the zerotier docker image made for that use or should I better make my own image?

Thanks for your help =)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.