Implements the Docker.Command behaviour for docker system prune.
Docker.Command
docker system prune
@type t() :: %Docker.Commands.System.Prune{ all: term(), filters: term(), volumes: term() }