docker autocompletion containernames on Mac OS X
April 30, 2019On Linux you can use D exec -it and autocompletion cycles through all the possible options. On Mac OS X it doesn’t work out of the box. To make this happen the changes are very easy, you need to find a Bash completion file, thankfully this is featured in the docker-compose repository on Github. You…
3 Comments
Thanks! Looked all over only being told to edit the /etc/passwd file but never how to populate it first.
Thanks! After much searching, this is what I needed!
That’s a wellt-hought-out answer to a challenging question