# `Docker.Commands.System.Prune`
[🔗](https://github.com/joshrotenberg/docker_wrapper_ex/blob/v0.1.2/lib/docker/commands/system/prune.ex#L1)

Implements the `Docker.Command` behaviour for `docker system prune`.

# `t`

```elixir
@type t() :: %Docker.Commands.System.Prune{
  all: term(),
  filters: term(),
  volumes: term()
}
```

# `all`

# `filter`

# `new`

# `volumes`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
