github.com/opencontainers/runtime-tools@v0.9.0/man/oci-runtime-tool-validate.1.md (about)

     1  % OCI(1) OCI-RUNTIME-TOOL User Manuals
     2  % OCI Community
     3  % APRIL 2016
     4  # NAME
     5  oci-runtime-tool-validate - Validate an OCI runtime bundle
     6  
     7  # SYNOPSIS
     8  **oci-runtime-tool validate**  *[OPTIONS]*
     9  
    10  # DESCRIPTION
    11  
    12  Validate an OCI bundle
    13  
    14  # OPTIONS
    15  **--help**
    16    Print usage statement
    17  
    18  **--path**=PATH
    19    Path to bundle. The default is current working directory.
    20  
    21  **--platform**=PLATFORM
    22    Platform of the target bundle. (linux, windows, solaris) The default is host platform.
    23    It will be overwritten by the host platform if the global option '--host-specific' was set.
    24  
    25  # SEE ALSO
    26  **oci-runtime-tool**(1)
    27  
    28  # HISTORY
    29  April 2016, Originally compiled by Dan Walsh (dwalsh at redhat dot com)