github.com/opencontainers/umoci@v0.4.8-0.20240508124516-656e4836fb0d/doc/man/umoci-raw.1.md (about)

     1  % umoci-raw(1) # umoci raw - Advanced internal image tooling
     2  % Aleksa Sarai
     3  % SEPTEMBER 2018
     4  # NAME
     5  umoci raw - Advanced internal image tooling
     6  
     7  # SYNOPSIS
     8  **umoci raw**
     9  *command* [*args*]
    10  
    11  # DESCRIPTION
    12  **umoci-raw**(1) is a subcommand that contains further subcommands specifically
    13  intended for "advanced" usage of **umoci**(1). Unless you are familiar with the
    14  details of the OCI image specification, or otherwise understand what the
    15  implications of using these features is, it is not recommended. The top-level
    16  tools (**umoci-unpack**(1) and so on) should be sufficient for most use-cases.
    17  
    18  # COMMANDS
    19  
    20  **runtime-config, config**
    21    Generate an OCI runtime configuration for an image, without the rootfs. See
    22    **umoci-raw-runtime-config**(1) for more detailed usage information.
    23  
    24  # SEE ALSO
    25  **umoci**(1),
    26  **umoci-raw-add-layer**(1),
    27  **umoci-raw-runtime-config**(1),
    28  **umoci-raw-unpack**(1)