mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Source the bash_completion after installation
Signed-off-by: Przemek Hejman <przemyslaw.hejman@gmail.com>
This commit is contained in:
parent
826439c537
commit
9f59e2223d
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ To install the latest Ubuntu package (may not be the latest Docker release):
|
|||
$ sudo apt-get install docker.io
|
||||
$ sudo ln -sf /usr/bin/docker.io /usr/local/bin/docker
|
||||
$ sudo sed -i '$acomplete -F _docker docker' /etc/bash_completion.d/docker.io
|
||||
$ source /etc/bash_completion.d/docker.io
|
||||
|
||||
If you'd like to try the latest version of Docker:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue