File: oci-image-tool.1.md

package info (click to toggle)
golang-github-opencontainers-image-spec 1.0.0~rc2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 532 kB
  • ctags: 185
  • sloc: makefile: 126
file content (37 lines) | stat: -rw-r--r-- 1,078 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
% OCI(1) OCI-IMAGE-TOOL User Manuals
% OCI Community
% JULY 2016
# NAME
oci-image-tool \- OCI (Open Container Initiative) image tool

# SYNOPSIS
**oci-image-tool** [OPTIONS] COMMAND [arg...]

**oci-image-tool** [--help]

# DESCRIPTION
`oci-image-tool` is a collection of tools for working with the [OCI image specification](https://github.com/opencontainers/image-spec).


# OPTIONS
**--help**
  Print usage statement

# COMMANDS
**create-runtime-bundle**
  Create an OCI image runtime bundle
  See **oci-image-tool-create-runtime-bundle**(1) for full documentation on the **create-runtime-bundle** command.

**unpack**
  Unpack an image or image source layout
  See **oci-image-tool-unpack**(1) for full documentation on the **unpack** command.

**validate**
  Validate one or more image files
  See **oci-image-tool-validate**(1) for full documentation on the **validate** command.

# SEE ALSO
**oci-image-tool-create-runtime-bundle**(1), **ocitools-unpack**(1), **ocitools-validate**(1)

# HISTORY
July 2016, Originally compiled by Antonio Murdaca (runcom at redhat dot com)