Skip to content

Commit 6c85311

Browse files
committed
docker: helper documentation
Signed-off-by: Vitor Bandeira <[email protected]>
1 parent 163200f commit 6c85311

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

etc/DockerHelper.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ usage: $0 [CMD] [OPTIONS]
2525
'dev': os + packages to compile app
2626
'builder': os + packages to compile app +
2727
copy source code and build app
28-
-threads Max number of threads to use if compiling.
28+
-threads=N Max number of threads to use if compiling.
2929
Default = \$(nproc)
30-
-tag Use as the image tag. Default is git commit sha
30+
-tag=TAG Use as the image tag. Default is git commit sha.
31+
-username=USERNAME Username to loging at the docker registry.
32+
-password=PASSWORD Password to loging at the docker registry.
3133
-ci Install CI tools in image
3234
-dry-run Do not push images to the repository
3335
-h -help Show this message and exits
34-
-username Docker Username
35-
-password Docker Password
3636
3737
EOF
3838
exit "${1:-1}"

0 commit comments

Comments
 (0)