github.com/rkt/rkt@v1.30.1-0.20200224141603-171c416fac02/Documentation/subcommands/export.md (about)

     1  # rkt export
     2  
     3  Exports an exited, single-app pod to an App Container Image (.aci)
     4  
     5  ```
     6  $ rkt export UUID .aci
     7  ```
     8  
     9  ## Options
    10  
    11  | Flag | Default | Options | Description |
    12  | --- | --- | --- | --- |
    13  | `--overwrite` |  `false` | `true` or `false` | Overwrite the output ACI if it exists  |
    14  
    15  ## Global options
    16  
    17  See the table with [global options in general commands documentation][global-options].
    18  
    19  
    20  [global-options]: ../commands.md#global-options