You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
When running eth2fuzz in an interactive terminal, I can't use Ctrl-C to stop the container.
I currently need to use docker stop $CONTAINER_ID to stop fuzzing.
Describe the solution you'd like
Makefile to detect if it's in an interactive terminal, and pass appropriate -it to docker
Alternatively have a Makefile variable that can be set to enable/disable interactive docker run
Additional context
The interactive -it was previously removed, to allow people to more easily run eth2fuzz in remote terminals with nohup to protect against disconnections.
The text was updated successfully, but these errors were encountered:
gnattishness
changed the title
Docker commands in Eth2fuzz Makefile to
Docker commands in Eth2fuzz Makefile to flexibly handle interactive terminals
Sep 1, 2020
Is your feature request related to a problem? Please describe.
When running eth2fuzz in an interactive terminal, I can't use Ctrl-C to stop the container.
I currently need to use
docker stop $CONTAINER_ID
to stop fuzzing.Describe the solution you'd like
Makefile to detect if it's in an interactive terminal, and pass appropriate
-it
to dockerAlternatively have a Makefile variable that can be set to enable/disable interactive
docker run
Additional context
The interactive
-it
was previously removed, to allow people to more easily run eth2fuzz in remote terminals withnohup
to protect against disconnections.The text was updated successfully, but these errors were encountered: