Update ubuntulinux.md and debian.md

to add bash completion for the docker command
This commit is contained in:
Thomas LEVEIL 2014-05-27 14:17:01 +02:00
parent e5ba9f6443
commit 250229605f
2 changed files with 2 additions and 0 deletions

View file

@ -30,6 +30,7 @@ To install the latest Debian package (may not be the latest Docker release):
$ sudo apt-get update
$ 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
To verify that everything has worked as expected:

View file

@ -36,6 +36,7 @@ To install the latest Ubuntu package (may not be the latest Docker release):
$ sudo apt-get update
$ 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
To verify that everything has worked as expected: