I'd like to use the vim command in Ubuntu created in Docker.
If you press esc, you will only see ^[ and cannot switch modes.
The environment is as follows:
hosts:macOS
containers:Ubuntu 14.04
Installing Vim: apt-get install-y sudo vim
Please let me know if anyone knows anything.
Thank you for your cooperation.
The reason was that the -t option was not turned on when the Docker container was running.
docker run-it ubuntu_test
It was okay like this
© 2024 OneMinuteCode. All rights reserved.