Skip to content

Commit a694c4e

Browse files
committed
Add oci-create-layer man pages
Signed-off-by: Lei Jitang <[email protected]>
1 parent c3071ab commit a694c4e

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
% OCI(1) OCI-CREATE-LAYER User Manuals
2+
% OCI Community
3+
% October 2016
4+
# NAME
5+
oci-create-layer \- Create filesystem changeset
6+
7+
# SYNOPSIS
8+
**oci-create-layer** [child] [parent] [flags]
9+
10+
# DESCRIPTION
11+
`oci-create-layer` creates a filesystem changeset from two layers. It compares child with parent and generates a filsystem diff, pack the diff into a uncompressed tar archive. The output tar archive name is the child name with .tar suffix by default, use `--dest` to specify a custom one.
12+
13+
# OPTIONS
14+
**--help**
15+
Print usage statement
16+
17+
**--dest**
18+
The dest specify a particular filename where the layer write to
19+
20+
# EXAMPLES
21+
```
22+
$ oci-create-layer rootfs-1-s rootfs-1
23+
$ ls
24+
rootfs-1 rootfs-1-s rootfs-1-s.tar
25+
26+
```
27+
28+
# HISTORY
29+
Oct 2016, Originally compiled by Lei Jitang (coolljt0725 at huawei dot com)

0 commit comments

Comments
 (0)