simple_tensorflow_serving icon indicating copy to clipboard operation
simple_tensorflow_serving copied to clipboard

how to shut down a service?

Open yhfwww opened this issue 6 years ago • 2 comments

Thank you. It works very well. But I still have a few questions. The first is, how to shut down a service? The second is ,how to enable the second service when the first service is running?

yhfwww avatar Nov 27 '18 03:11 yhfwww

you can run service in docker ,and run two docker

xxllp avatar Jun 26 '19 07:06 xxllp

@yhfwww you can shutdown the service by killing the process? Use ctrl-c to send the int signal or docker stop the container.

tobegit3hub avatar Jul 01 '19 06:07 tobegit3hub