containers / containers/podman-compose

Standard input support is messy

Open
#253 2 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.