mirror of
https://github.com/moby/moby.git
synced 2026-08-09 01:21:37 +00:00
Merge pull request #6046 from thomasleveil/patch-1
Update ubuntulinux.md - bash completion
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user