-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ctrl+c doesn't exit devnet #65
Comments
This was desirable in the interim because we were printing out the Auth token and copying it from the logs. Not sure if that is still necessary, as we can extract it from docker through a command now. cc @jcstein |
I think being able to stop it is useful with CTRL+C. however, it is also useful to be able to keep the container running if you exit the terminal. so, if being able to stop with CTRL+C doesn't also stop the container when you exit the terminal I think the PR is desirable |
If you want to run a container in the background (no opened terminal required), use the parameter |
thanks for this issue @rootulp - it's much nicer to be able to stop the devnet with ctrl+c than using dashboard or something janky like |
Context
I just a local devnet with the steps at https://github.com/rollkit/local-celestia-devnet#to-build-and-run-the-docker-image
Problem
I'm attempting to stop the devnet with Ctrl + C but that's not stopping the devnet. Notice the ^C in the terminal output:
To resolve I had to open Docker Dashboard and stop the container with
Question
Is this expected behavior? Is it possible for the devnet to stop if I Ctrl+C in terminal?
The text was updated successfully, but these errors were encountered: