> For the complete documentation index, see [llms.txt](https://docs.cedana.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cedana.ai/daemon/references/cli/cedana_dump_runc.md).

# cedana dump runc

Dump a runc container

```
cedana dump runc <container-id> [flags]
```

## Options

```
  -h, --help          help for runc
      --root string   root
```

## Options inherited from parent commands

```
      --address string          address to use (host:port for TCP, path for UNIX, cid:port for VSOCK)
      --compression string      compression algorithm (none, tar, gzip, lz4, zlib)
      --config string           one-time config JSON string (merge with existing config)
      --config-dir string       custom config directory
      --criu-opts string        criu options JSON (overriddes individual CRIU flags)
  -d, --dir string              directory to dump into
      --external strings        resources from external namespaces (can be multiple)
      --file-locks              dump file locks
      --init-config             initialize config file with defaults and env var overrides
      --leave-running           leave the process running after dump
      --link-remap              remap links to files in the dump
      --merge-config            same as --init-config but does not overwrite existing config file, only merges new values into it
      --name string             name of the dump
      --no-server               run without server
      --profiling               enable profiling/show profiling data
      --profiling-path string   path to write profiling JSON to (if enabled)
      --protocol string         protocol to use (TCP, UNIX, VSOCK)
      --result-file string      write the dump result (DumpResp) as JSON to this file
      --shell-job               process is not session leader (shell job)
      --skip-in-flight          skip in-flight tcp connections
      --streams int32           number of streams to use for dump (0 for no streaming)
      --tcp-established         dump tcp established connections
```

## SEE ALSO

* [cedana dump](/daemon/references/cli/cedana_dump.md) - Dump a container/process
