File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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 $?
1231230
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
You can’t perform that action at this time.
0 commit comments