How to Change Zerotier Docker Network Name?

I used official command to create a docker container under DSM 7.2:

docker run -d
–name Zerotier
–restart=always
–device=/dev/net/tun
–net=host
–cap-add=NET_ADMIN
–cap-add=SYS_ADMIN
-v /var/lib/zerotier-one:/var/lib/zerotier-one
zerotier/zerotier-synology:latest

When I checked the network:

docker exec Zerotier zerotier-cli listnetworks

It shows:

200 listnetworks 123456789abcdefg once375ml 12:fc:11:f8:e3:6c OK PUBLIC ztuzeybkro fd9f:77fc:393e:7c93:1099:936f:6dc6:da90/88,172.30.1.3/16

I would like to change “ztuzeybkro” to a human readable string, how to?

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