From 88c601764415416e291d492b137f09e9fa175106 Mon Sep 17 00:00:00 2001 From: Harald Albers Date: Tue, 15 Jul 2014 14:18:28 +0200 Subject: [PATCH] no need to create a link to the docker binary --- docs/sources/installation/debian.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/sources/installation/debian.md b/docs/sources/installation/debian.md index 0ad54b4328..4fd3465e62 100644 --- a/docs/sources/installation/debian.md +++ b/docs/sources/installation/debian.md @@ -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: