You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bundle.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Filesystem Bundle
1
+
# <aname="filesystemBundle" />Filesystem Bundle
2
2
3
-
## Container Format
3
+
## <aname="containerFormat" />Container Format
4
4
5
5
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.
6
6
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
10
10
A Standard Container bundle contains all the information needed to load and run a container.
0 commit comments