Kitematic: Powershell errors on up, down, left, right, backspace, {, } etc

Created on 25 Feb 2016  路  3Comments  路  Source: docker/kitematic

Specs:

OS: Windows 8.1
LANG: italian
Keyboard: Italian

Description:
Sometimes (not every time) i get strange output while pressing keys on my keyboard when i launch exec in some docker images

^H for backspace
^[[A for up
^[[B for down
^[[C for right
^[[D for left

special chars:
[nothing] for 猫 茅 矛 霉 脿 貌

Thank You

Most helpful comment

the default shell selected is /bin/sh - if you switch to something like /bin/bash in the container, the arrows should work

All 3 comments

It could be that the docker images you speak off do not emulate tty as expected - Could you list the images?
This has happened before to other user and it turned out to be a windows config issue (specific settings in PowerShell getting in the way)

Same here. I've never touched PowerShell settings.

the default shell selected is /bin/sh - if you switch to something like /bin/bash in the container, the arrows should work

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rbq picture rbq  路  4Comments

STaRDoGG picture STaRDoGG  路  3Comments

louia picture louia  路  3Comments

foverzar picture foverzar  路  4Comments

avdvyver picture avdvyver  路  4Comments