-
Notifications
You must be signed in to change notification settings - Fork 606
Open
Labels
Description
Description
Normally if I want effectively an empty context I just do something like docker build -< path/to/file.
However, this does not work with buildx's debugging commands since it requires stdin to be available for interaction.
It would be nice if you can signal to buildx to not send a default context.
polarathene