From 000633061c6cfcb99c8d9eef5aa483a44318f3e6 Mon Sep 17 00:00:00 2001 From: Peter Wilmott Date: Wed, 12 Aug 2015 19:01:32 +0100 Subject: [PATCH] Remove base-image requirement --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index f53a98b..f44f8ce 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,6 @@ Additionally your system will need to be configured with the following: * A network bridge called `bridge0` and an IP of 10.0.0.1/24 * IP forwarding enabled in `/proc/sys/net/ipv4/ip_forward` * A firewall routing traffic from `bridge0` to a physical interface. -* A `base-image` which contains the filesystem to seed your container with. For ease of use a Vagrantfile is included which will build the needed environment.