Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check release version for system_prune reference topic #1665

Closed
mkobit opened this issue Feb 15, 2017 · 5 comments
Closed

Check release version for system_prune reference topic #1665

mkobit opened this issue Feb 15, 2017 · 5 comments
Labels
area/engine Issue affects Docker engine/daemon lifecycle/locked

Comments

@mkobit
Copy link

mkobit commented Feb 15, 2017

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
@JimGalasyn JimGalasyn changed the title Feedback for: engine/reference/commandline/system_prune.md Check release version for system_prune reference topic Apr 4, 2017
@JimGalasyn JimGalasyn added area/engine Issue affects Docker engine/daemon hackathon labels Apr 4, 2017
@johndmulhausen johndmulhausen modified the milestone: Austin 2017 Hackathon Apr 12, 2017
@alfonso-cabrera
Copy link
Contributor

Working on this

@alfonso-cabrera
Copy link
Contributor

The reference topic appears to be correct in not listing the --filter flag for docker system prune - it was not released with v17.03. This can be closed.

@mkobit
Copy link
Author

mkobit commented Apr 19, 2017

Looks like it may have been fixed between when this was filed and now. Thanks for checking it out. Feel free to close!

@mdlinville
Copy link

Thanks @alfonso-cabrera

@docker-robott
Copy link
Collaborator

Closed issues are locked after 30 days of inactivity.
This helps our team focus on active issues.

If you have found a problem that seems similar to this, please open a new issue.

/lifecycle locked

@docker docker locked and limited conversation to collaborators Mar 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/engine Issue affects Docker engine/daemon lifecycle/locked
Projects
None yet
Development

No branches or pull requests

7 participants