File: oci-runtime-tool-validate.1.md

package info (click to toggle)
golang-github-opencontainers-runtime-tools 0.9.0%2Bgit20220423.g0105384-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,160 kB
  • sloc: sh: 558; makefile: 90
file content (29 lines) | stat: -rw-r--r-- 678 bytes parent folder | download | duplicates (4)
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
% OCI(1) OCI-RUNTIME-TOOL User Manuals
% OCI Community
% APRIL 2016
# NAME
oci-runtime-tool-validate - Validate an OCI runtime bundle

# SYNOPSIS
**oci-runtime-tool validate**  *[OPTIONS]*

# DESCRIPTION

Validate an OCI bundle

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

**--path**=PATH
  Path to bundle. The default is current working directory.

**--platform**=PLATFORM
  Platform of the target bundle. (linux, windows, solaris) The default is host platform.
  It will be overwritten by the host platform if the global option '--host-specific' was set.

# SEE ALSO
**oci-runtime-tool**(1)

# HISTORY
April 2016, Originally compiled by Dan Walsh (dwalsh at redhat dot com)