Skip to content
Merged
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 pages/common/crane-registry.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# crane registry

> This command serves a registry implementation on an automatically chosen port (:0), `$PORT` or --address.
> This command serves a registry implementation on an automatically chosen port (`:0`), `$PORT` or `--address`.
> The command blocks while the server accepts pushes and pulls and contents are can be stored in memory, and disk.
> More information: <https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane_registry_serve.md>.

Expand Down
Loading