Unable to do auto command completion after login into the docker container.
1. Is there any package to use?
2. any setting which needs to be enabled.
Regards, Saahil
It depends on your base container image, shell type and the exact commands you want to have auto completion for. But suppose you want to have basic bash auto completion on the ubi image, you should install at least the 'bash-completion' package.
It depends on your base container image, shell type and the exact commands you want to have auto completion for. But suppose you want to have basic bash auto completion on the ubi image, you should install at least the 'bash-completion' package.
Thank you, for your valuable reply !!
Regards, Saahil
Can we able to install the bash-completion' package on exam teminal.
I don't see why not. The thing is, anything you install in a container will be gone after it's restarted. Installing extra CLI tools inside a container makes little sense, unless you make it a part of the container image definition (which is contrary to the best practices of building containers).
Installing bash-autocompletion in the exam workstation terminal, will not change anything at all about what's available inside the container environment.
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.