➜ docker system prune --help
Usage: docker system prune [OPTIONS]
Remove unused data
Options:
-a, --all Remove all unused images not just dangling ones
-f, --force Do not prompt for confirmation
--help Print usage
➜ docker system prune --filter until='3 hours ago'
unknown flag: --filter
See 'docker system prune --help'.
➜ docker image prune --help
Usage: docker image prune [OPTIONS]
Remove unused images
Options:
-a, --all Remove all unused images, not just dangling ones
-f, --force Do not prompt for confirmation
--help Print usage
File: engine/reference/commandline/system_prune.md
It looks like this may contain the latest builds (like possibly from moby/moby#29226) but not the current stable release (
1.13.1). I would expect it to be the latest release version