From 03e36caeb12eb5b936de8cec29998c61fc02f037 Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Tue, 10 Sep 2013 18:02:33 -0700 Subject: [PATCH] Fix typo and add dependency details in hack/PACKAGERS.md --- hack/PACKAGERS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/PACKAGERS.md b/hack/PACKAGERS.md index 43280a0009..776ed47472 100644 --- a/hack/PACKAGERS.md +++ b/hack/PACKAGERS.md @@ -43,7 +43,7 @@ under the path *src/github.com/dotcloud/docker*. See ## Go dependencies -All Go dependencies are vendored under ,/vendor. They are used by the official build, +All Go dependencies are vendored under ./vendor. They are used by the official build, so the source of truth for the current version is whatever is in ./vendor. To use the vendored dependencies, simply make sure the path to ./vendor is included in $GOPATH. @@ -112,7 +112,7 @@ The test suite will also download a small test container, so you will need inter To run properly, docker needs the following software to be installed at runtime: * GNU Tar version 1.26 or later -* A recent build of iproute2 (2012-05-21 or later), and specifically the "ip" utility. +* iproute2 version 3.5 or later (build after 2012-05-21), and specifically the "ip" utility. * iptables version 1.4 or later * The lxc utility scripts (http://lxc.sourceforge.net) version 0.8 or later. * Git version 1.7 or later