1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

no need to create a link to the docker binary

This commit is contained in:
Harald Albers 2014-07-15 14:18:28 +02:00
parent 47de2e3269
commit 88c6017644

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: