Skip to content

Commit ced3365

Browse files
authored
Merge pull request #612 from RobDolinMS/patch-12
[Bundle] Adds anchor tags for headings and bullets
2 parents 2b22402 + 9f5e394 commit ced3365

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bundle.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Filesystem Bundle
1+
# <a name="filesystemBundle" />Filesystem Bundle
22

3-
## Container Format
3+
## <a name="containerFormat" />Container Format
44

55
This section defines a format for encoding a container as a *filesystem bundle* - a set of files organized in a certain way, and containing all the necessary data and metadata for any compliant runtime to perform all standard operations against it.
66
See also [OS X application bundles](http://en.wikipedia.org/wiki/Bundle_%28OS_X%29) for a similar use of the term *bundle*.
@@ -10,11 +10,11 @@ The definition of a bundle is only concerned with how a container, and its confi
1010
A Standard Container bundle contains all the information needed to load and run a container.
1111
This MUST include the following artifacts:
1212

13-
1. `config.json`: contains configuration data.
13+
1. <a name="containerFormat01" />`config.json`: contains configuration data.
1414
This REQUIRED file MUST reside in the root of the bundle directory and MUST be named `config.json`.
1515
See [`config.json`](config.md) for more details.
1616

17-
2. A directory representing the root filesystem of the container.
17+
2. <a name="containerFormat02" />A directory representing the root filesystem of the container.
1818
While the name of this REQUIRED directory may be arbitrary, users should consider using a conventional name, such as `rootfs`.
1919
This directory MUST be referenced from within the `config.json` file.
2020

0 commit comments

Comments
 (0)