Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

Clarifying container vs image wording in README.md requirements #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## <a name="installation"></a> Installation and Setup

Expand Down