Skip to content

Commit 6375ad0

Browse files
committed
runtime: Link to the spec's 'bundle' docs
Make life easy for folks not familiar with the term. Signed-off-by: W. Trevor King <[email protected]>
1 parent 5c87cc6 commit 6375ad0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

runtime.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ For example, POSIX systems define [`LANG` and related environment variables][pos
3535

3636
### start
3737

38-
Start a container from a bundle directory.
38+
Start a container from a [bundle directory][bundle].
3939

4040
* *Options*
4141
* *`--id <ID>`* Set the container ID when creating or joining a container.
4242
If not set, the runtime is free to pick any ID that is not already in use.
43-
* *`--bundle <PATH>`* Override the path to the bundle directory (defaults to the current working directory).
43+
* *`--bundle <PATH>`* Override the path to the [bundle directory][bundle] (defaults to the current working directory).
4444
* *Standard streams:* The runtime MUST attach its standard streams directly to the application process without inspection.
4545
* *Environment variables*
4646
* *`LISTEN_FDS`:* The number of file descriptors passed.
@@ -123,6 +123,7 @@ $ echo $?
123123
0
124124
```
125125

126+
[bundle]: https://github.com/opencontainers/runtime-spec/blob/v1.0.0-rc4/bundle.md
126127
[kill]: https://github.com/opencontainers/runtime-spec/blob/v1.0.0-rc4/runtime.md#kill
127128
[kill.2]: http://man7.org/linux/man-pages/man2/kill.2.html
128129
[posix-encoding]: http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap06.html#tag_06_02

0 commit comments

Comments
 (0)