When you start docker container with netclient you...
# client
h
When you start docker container with netclient you are providing TOKEN for registration once your client registers it creates configuration files that are saved on path /etc/netclient. You want to bind directory from your host machine in order to get persistency. Without this your client would be ephemeral and on each host or container restart you would have to register again and again. Trust me you do not want that. How fermiliar are you with docker in general?