I open an interactive shell into a docker container like so
sudo docker exec -t -i {container_name} bash
So far so good but trying to run nano
results in:
Error opening terminal: unknown.
I think this can be related with Docker Issue #9299.
There are some workarounds commented in that issue:
-t
).export TERM=xterm
)If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With