containers / containers/podman-compose
Standard input support is messy
Open
- Dominant language
- Python
- Stars
- 6.2k
- Forks
- 622
- PR merge metrics
- No merged PRs in 30d
Description
I have enabled standard input for one of the containers with:
```
version: "3.0"
services:
myservice:
stdin_open: true #Enable standard input
tty: true
```
But, when I initialize the container, the input support is messy. Like, one character is read and 3 are not taken. Then I have to enter a character many times and then they suddenly duplicate. Just weird and messy. Tried with different terminal. The same issue. Having this issue one Fedora 32.
Contributor guide
Assessment
This issue has not been assessed yet.