DEV Community

Discussion on: Bash Functions and Aliases for the Beginning Docker Developer

 
ericdraken profile image
Eric Draken

Docker has bash completion already, thankfully. The trick is to get the aliases to ride the coat tails of the original functions for bash completion. It turns out it isn't that hard to coax them. If you're interested, here is how I figured it out: stackoverflow.com/questions/477816...