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

Implement images command #11

Closed
7 tasks
MitchellBerend opened this issue Oct 8, 2022 · 0 comments · Fixed by #16
Closed
7 tasks

Implement images command #11

MitchellBerend opened this issue Oct 8, 2022 · 0 comments · Fixed by #16

Comments

@MitchellBerend
Copy link
Owner

docker images outputs the following

Usage:  docker images [OPTIONS] [REPOSITORY[:TAG]]

List images

Options:
  -a, --all             Show all images (default hides intermediate images)
      --digests         Show digests
  -f, --filter filter   Filter output based on conditions provided
      --format string   Pretty-print images using a Go template
      --no-trunc        Don't truncate output
  -q, --quiet           Only show image IDs

It would be nice to get an output of all images one remote nodes.

Main task

  • implement the command

Nice to haves

  • implement --all
  • implement --digests
  • implement --filter
  • implement --format
  • implement --no-trunc
  • implement --quiet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant