felixklauke / paper-docker

PaperSpigot Docker. Easy to use and clean docker image for running paper spigot servers in docker containers using OpenJDK. WIP
https://www.felix-klauke.com
MIT License
55 stars 29 forks source link

command history and tab key don't work #56

Open cromatikap opened 4 years ago

cromatikap commented 4 years ago

Describe the bug

Hi, your project is good, but unfortunately not fully usable yet. Indeed there is a slight interaction issue once the server launched using

docker run -it \                                                                                                        root@electroncloud
    -p 25565:25565 \
    -v config:/opt/minecraft/config \
    -v worlds:/opt/minecraft/worlds \
    -v plugins:/opt/minecraft/plugins \
    -v data:/opt/minecraft/data \
    -v logs:/opt/minecraft/logs \
    felixklauke/paperspigot:1.16.1

The Up arrow key doesn't go back in the command history but print ^[[A and ^[[B for the Down arrow key. Do you have anything in mind to fix it? I tried this from zsh and bash