github.1git.de/docker/cli@v26.1.3+incompatible/docs/reference/commandline/export.md (about)

     1  # docker export
     2  
     3  <!---MARKER_GEN_START-->
     4  Export a container's filesystem as a tar archive
     5  
     6  ### Aliases
     7  
     8  `docker container export`, `docker export`
     9  
    10  ### Options
    11  
    12  | Name             | Type     | Default | Description                        |
    13  |:-----------------|:---------|:--------|:-----------------------------------|
    14  | `-o`, `--output` | `string` |         | Write to a file, instead of STDOUT |
    15  
    16  
    17  <!---MARKER_GEN_END-->
    18