From 784c24817f53ec6645a66631b55829d8b8fc6f82 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Fri, 6 Oct 2017 14:55:49 +0100 Subject: [PATCH] Couple of documentation nits. Signed-off-by: Ian Campbell --- docs/packages.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/packages.md b/docs/packages.md index 4143427f3..581f6022e 100644 --- a/docs/packages.md +++ b/docs/packages.md @@ -13,7 +13,7 @@ All LinuxKit packages are: ## Package source -A package source consists of a directory containing two files: +A package source consists of a directory containing at least two files: - `build.yml`: contains metadata associated with the package - `Dockerfile`: contains the steps to build the package. @@ -65,8 +65,8 @@ DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE="" linuxkit pkg push «pa ``` `«path-to-package»` is the path to the package's source directory -(containing `build.yml` and `Dockerfile`). It can be `.` if the -package is in the current directory. +(containing at least `build.yml` and `Dockerfile`). It can be `.` if +the package is in the current directory. **Note:** You *must* be logged into hub (`docker login`) and the passphrase for the key *must* be supplied as an environment