Paolo Asperti

Results 100 comments of Paolo Asperti

This issue also applies to docker, with amd64 arch.

I'm sorry, @rustdesk, but you're not explaining why it's ok to not have a clean way to exit the main program loop. BTW, almost every other program in the unix...

> That's the limit of docker. I just tested that, and I don't understand how this work. I explain my test: I'd like to check if a simple rust program,...

@mini-bomba you beated me by a 5 minutes... Same conclusions, I agree 100%. Maybe it's time to add an official Dockerfile, maybe with healthcheck support.

What about [s6-overlay](https://github.com/just-containers/s6-overlay) to manage the start/stop of services? This will imply to have 2 different containers for hbbr & hbbs or a single container with both.

@rustdesk @mini-bomba can you take a look at this? https://github.com/rustdesk/rustdesk-server/pull/40

@mini-bomba can you try with the latest images? ```bash docker run --name rustdesk-server \ -p 21115:21115 -p 21116:21116 -p 21116:21116/udp \ -p 21117:21117 -p 21118:21118 -p 21119:21119 \ -e "RELAY=rustdeskrelay.example.com"...

> Another minor issue, If `-k _` enabled, your current docker may have problem, because `hbbr` need to read the public key generated by `hbbs`, we need to start `hbbr`...

> @paspo without --net=host, our P2P direct link (via hole punch) can not work, because hbbs can only get virtual ip of docker rathter than real ip of the connection....