Can someone explain to me why when using docker, y...
# client
b
Can someone explain to me why when using docker, you mount he netclient binary into the container? Shouldn't the container be shipped with it?
Copy code
bash
sudo docker run -d --network host --privileged -e TOKEN <token> -v /etc/netclient:/etc/netclient --name netclient gravitl/netclient:v0.20.0