Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Docker commands in Eth2fuzz Makefile to flexibly handle interactive terminals #65

@gnattishness

Description

@gnattishness

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions