Skip to content

Check release version for system_prune reference topic #1665

@mkobit

Description

@mkobit

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

➜  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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions