Closed
Description
Problem description
When creating a container, return key doesn't print "\r"
$ docker run --rm -it ubuntu bash
root@08e17e341a92:/# ↲
root@08e17e341a92:/# ↲
root@08e17e341a92:/# ↲
root@08e17e341a92:/#
Project version(s) affected
Docker Edge >= 17.06.0-ce-rc1
Suggestions for a fix
Could be fixed by manually issuing an stty sane
.