From 27bf02e4874c13f396b2c4fbab8efaaa6358f5b6 Mon Sep 17 00:00:00 2001 From: bushelofsilicon <25626026+bushelofsilicon@users.noreply.github.com> Date: Thu, 28 Sep 2017 10:39:29 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 18711d0..7547226 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,10 @@ A Test Kitchen Driver for Lxd. Lxd version of 2.3 (the one where "lxc network" commands were introduced) or higher is required for this driver which means that a native package must be installed on the system running Test Kitchen. -You must also prepare a container to be used by Test Kitchen. For that make sure there is ssh daemon +You must also prepare an image to be used by Test Kitchen. For that make sure there is ssh daemon installed and starting on boot. ( On Ubuntu it can be done by simply installing 'openssh-server' package. ) You can also install Chef Client there, if you do not want Test Kitchen to install it -every time the container is started. +every time a container is generated from the image. ## Installation and Setup