synechron-finlabs / quorum-maker

Utility to create and monitor Quorum nodes
Apache License 2.0
195 stars 99 forks source link

Run node in the background. #26

Closed karthik137 closed 6 years ago

karthik137 commented 6 years ago

How can i run start.sh in the background?. Thing is i want to run start.sh as a background process. ctrl+c exits the process and removes the container. Is there any way to run it in the background?.

karthik137 commented 6 years ago

I ran it in the background by removing -it option from start.sh(main() and startNode() functions). I think we can give an option to run it in the background.

dhyansraj commented 6 years ago

docker containers can be send to background using Ctrl + p , Ctrl + q .

https://stackoverflow.com/questions/19688314/how-do-you-attach-and-detach-from-dockers-process