Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/reference/commandline/image.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Options:
--help Print usage

Commands:
build Build an image from a Dockerfile
build Build an image from a Dockerfile (same as 'docker build')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This example shows the output how the CLI itself prints it, which does not include this).

We added additional metadata, and usage output in these PR's though (and will be using those in the documentation);

history Show the history of an image
import Import the contents from a tarball to create a filesystem image
inspect Display detailed information on one or more images
Expand Down