vmware / powerclicore

PowerCLI Core Dockerfile
Apache License 2.0
97 stars 48 forks source link

latest has tty/readline issues #62

Closed johnbianchi closed 1 year ago

johnbianchi commented 2 years ago

Im not sure what was done but 12.3.1 is unusable interactively. thankfully 12.3 works fine. seems it re-echo's the previous characters before echoing the character you type.

typeing 'exit' looks like:

$ docker run --rm -it vmware/powerclicore
PS /root> eexexiexit

something simple like echo hello looks like:

PS /root> eecechechoecho echo hecho heecho helecho hellecho hello
johnbianchi commented 2 years ago

ran from a centos7 vm and ubuntu/bionic64 vm. same issues screen shot: Screen Shot 2021-08-23 at 5 38 27 PM

dmilov commented 2 years ago

The fix of issue #58 introduced this one.

As a workaround until a fix get applied for both issues use: docker run --rm -it -e TERM=linux vmware/powerclicore:latest