-
Notifications
You must be signed in to change notification settings - Fork 655
Bash completion for Docker in other consoles #1345
Comments
The following worked for me in the interim in terms of getting docker command completion:
Then log out and back in again, or just |
Depending on your console the distro might prodive docker completion packages. Here are the packages for Alpine: |
@niusmallnan would it be possible to get this one included? (at least to ubuntu console). I'm receiving lot of feedback from our users that they don't like Rancher OS because of this is missing... |
Add it to milestone v1.5.1. |
It seems that integrating bash completion for Docker is very complicated for ROS, because ROS can switch user-docker and each docker has its own completion files. Maybe we can only tell the user how to do it in the documentation. Do you have any ideas? @olljanat My current idea is:
|
On Ubuntu bash completion file is It looks to be that it have been tried to partly implement already https://github.com/rancher/os-services/blob/master/images/10-docker-18.06.1/prebuild.sh#L16 But it looks to be that after static packages have been migrated from get.docker.com to download.docker.com they don't contain completion scripts anymore. What you think, would sharing completion file between container to be option? If not I can also live with situation that it is only available on Ubuntu console but I'm not sure if there is other users who would like use it with other consoles too. |
Supported consoles:
Supported engines:
For the default console, it's a bit complicated to enable |
@olljanat We have supported Docker Bash completion in other consoles in the rancheros v1.5.1-rc1 version. |
No description provided.
The text was updated successfully, but these errors were encountered: