Skip to content

Commit

Permalink
docs: add label with value example (#1028)
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly authored Dec 14, 2023
1 parent 61f497b commit cd92479
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/pages/docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ nixpacks build --help
Environment variables can be provided in the format `FOO` or `FOO=bar`. If no equal sign is present then the value is
pulled from the current environment.

#### Labels

You can provide values to labels, just like Docker. For example, `--label org.opencontainers.image.source=https://github.com/owner/repo`.

## Plan

The plan command will show the full set of options (nix packages, build cmd, start cmd, etc) that will be used to when
Expand Down

0 comments on commit cd92479

Please sign in to comment.