Using docker(using bin file if docker is not supported) to start a server.
docker run -itd \
-p 10465:10465 \
--name grpc-ss \
--restart always \
sdrzlyz/grpc-ss -l :10465
client_bin_file -r xxx.xxx.xxx.xxx:10465
Using docker(using bin file if docker is not supported) to start a server.
docker run -itd \
-p 10465:10465 \
--name grpc-ss \
--restart always \
sdrzlyz/grpc-ss -l :10465
client_bin_file -r xxx.xxx.xxx.xxx:10465