Docker For Mac Bash Completion
Mar 1, 2017 - You are confusing the basic bash completion with the add on required for. Found here https://blog.alexellis.io/docker-mac-bash-completion/. The official Docker for Mac page has a section on installing bash completion: https://docs.docker.com/docker-for-mac/#install-shell-completion.
MacOS Transformation Pack will give you all new macOS user experience such as theme, wallpapers, system resources, and new OS X features combined altogether in single package working on Windows platform since Windows XP to up to Windows 10. In this package, you’ll have the best user experience greatly resembles real macOS from Windows side.
I am trying to get Docker shell completion on this stack (OSX iTerm2 oh-my-zsh) I followed this guide -> First I executed this $ mkdir -p ~/.zsh/completion $ curl -L > ~/.zsh/completion/_docker-compose Then I added this two lines almost at the end ~/.zshrc file fpath=(~/.zsh/completion $fpath) autoload -Uz compinit && compinit -i Then in the terminal I run source ~/.zshrc exec $SHELL -l But when I press tab it suggest the files and folders on the path.
Command completion is not working for me. I followed the steps to the T but getting this output in the final step. P-M-M1GB:~ JHSbDa6E$ etc=/Applications/Docker.app/Contents/Resources/etc P-M-M1GB:~ JHSbDa6E$ ln -s $etc/docker.bash-completion $(brew --prefix)/etc/bash_completion.d/docker ln: /usr/local/etc/bash_completion.d/docker: File exists P-M-M1GB:~ JHSbDa6E$ ln -s $etc/docker-machine.bash-completion $(brew --prefix)/etc/bash_completion.d/docker-machine ln: /usr/local/etc/bash_completion.d/docker-machine: File exists P-M-M1GB:~ JHSbDa6E$ ln -s $etc/docker-compose.bash-completion $(brew --prefix)/etc/bash_completion.d/docker-compose ln: /usr/local/etc/bash_completion.d/docker-compose: File exists.