Skip to content

Commit 6d19d2a

Browse files
committed
docs: Add missing containertool arguments
1 parent 2127832 commit 6d19d2a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Sources/containertool/Documentation.docc/containertool.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Wrap a binary in a container image and publish it.
88

99
> Note: A container image is the standard way to package cloud software. Once you have wrapped your server in a container image, you can deploy it on any public or private cloud service based on [Kubernetes](https://kubernetes.io), or run it locally using a desktop container runtime.
1010
11-
## Usage
11+
### Usage
1212

1313
`containertool` can be run directly but its main role is to be a helper tool used by the `ContainerImageBuilder` command plugin. See the plugin documentation for examples of how to use it in this way.
1414

@@ -23,6 +23,7 @@ ARGUMENTS:
2323
OPTIONS:
2424
--repository <repository>
2525
Repository path
26+
--resources <resources> Resource bundle directory
2627
--username <username> Username
2728
--password <password> Password
2829
-v, --verbose Verbose output
@@ -33,5 +34,10 @@ OPTIONS:
3334
--from <from> Base image reference
3435
--os <os> Operating system (default: linux)
3536
--tag <tag> Tag for this manifest
37+
--enable-netrc/--disable-netrc
38+
Load credentials from a netrc file (default:
39+
--enable-netrc)
40+
--netrc-file <netrc-file>
41+
Specify the netrc file path
3642
-h, --help Show help information.
3743
```

0 commit comments

Comments
 (0)