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
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.
The text was updated successfully, but these errors were encountered:
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 acceptsservices.<name>.service.tty
without a problem, butstdin_open
is not defined.I need this feature so I can attach and give input to a container's process while it's running.
The text was updated successfully, but these errors were encountered: