Open yhfwww opened 6 years ago
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?
you can run service in docker ,and run two docker
@yhfwww you can shutdown the service by killing the process? Use ctrl-c to send the int signal or docker stop the container.
docker stop
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?