hercules-ci / arion

Run docker-compose with help from Nix/NixOS
Apache License 2.0
622 stars 48 forks source link

How to specify `stdin_open` #221

Open steinerkelvin opened 9 months ago

steinerkelvin commented 9 months ago

Docker compose specifies the option stdin_open for service definitions, which should be equivalent to the -i flag, but I can't pass it to Arion. It seems Arion accepts services.<name>.service.tty without a problem, but stdin_open is not defined.

I need this feature so I can attach and give input to a container's process while it's running.

MolassesLover commented 7 months ago

Yeah, I really hope this gets added in