From 1b2d4a3a703ed65039ee9e23abef8af8fa802df0 Mon Sep 17 00:00:00 2001 From: Anders Ingemann Date: Thu, 17 Dec 2015 10:22:22 +0100 Subject: [PATCH] Add docker.io install req to quick start --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 40a3bd1..00c3ea4 100644 --- a/README.rst +++ b/README.rst @@ -78,14 +78,15 @@ Docker user@host:~$ sudo -i # become root root@host:~# git clone https://github.com/andsens/bootstrap-vz.git # Clone the repo - root@host:~# apt-get install debootstrap python-pip # Install dependencies from aptitude + root@host:~# apt-get install debootstrap python-pip docker.io # Install dependencies from aptitude root@host:~# pip install termcolor jsonschema fysom docopt pyyaml pyrfc3339 # Install python dependencies root@host:~# bootstrap-vz/bootstrap-vz bootstrap-vz/manifests/examples/docker/jessie-minimized.yml The resulting image should be no larger than 82 MB (81.95 MB to be exact). The manifest ``jessie-minimized.yml`` uses the `minimize\_size `__ plugin to reduce the image -size considerably. +size considerably. Rather than installing docker from the debian main repo +it is recommended to install `the latest docker version `__. VirtualBox Vagrant