1
0
mirror of https://github.com/docker/cli.git synced 2026-01-18 08:21:31 +03:00

no need to create a link to the docker binary

Upstream-commit: 88c601764415416e291d492b137f09e9fa175106
Component: engine
This commit is contained in:
Harald Albers
2014-07-15 14:18:28 +02:00
parent 2ff183b13e
commit ceb0c3835c

View File

@@ -23,7 +23,6 @@ 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: