You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
docker images outputs the following
It would be nice to get an output of all images one remote nodes.
Main task
Nice to haves
--all
--digests
--filter
--format
--no-trunc
--quiet
The text was updated successfully, but these errors were encountered: