mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 01:06:27 +00:00
Couple of documentation nits.
Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
parent
52d1bc6395
commit
784c24817f
@ -13,7 +13,7 @@ All LinuxKit packages are:
|
|||||||
|
|
||||||
## Package source
|
## 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
|
- `build.yml`: contains metadata associated with the package
|
||||||
- `Dockerfile`: contains the steps to build the package.
|
- `Dockerfile`: contains the steps to build the package.
|
||||||
@ -65,8 +65,8 @@ DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE="<passphrase>" linuxkit pkg push «pa
|
|||||||
```
|
```
|
||||||
|
|
||||||
`«path-to-package»` is the path to the package's source directory
|
`«path-to-package»` is the path to the package's source directory
|
||||||
(containing `build.yml` and `Dockerfile`). It can be `.` if the
|
(containing at least `build.yml` and `Dockerfile`). It can be `.` if
|
||||||
package is in the current directory.
|
the package is in the current directory.
|
||||||
|
|
||||||
**Note:** You *must* be logged into hub (`docker login`) and the
|
**Note:** You *must* be logged into hub (`docker login`) and the
|
||||||
passphrase for the key *must* be supplied as an environment
|
passphrase for the key *must* be supplied as an environment
|
||||||
|
Loading…
Reference in New Issue
Block a user