We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6bdeb4 commit 32967d2Copy full SHA for 32967d2
Sources/swift-container-plugin/Documentation.docc/build-container-image.md
@@ -56,6 +56,10 @@ Wrap a binary in a container image and publish it.
56
- term `--os <os>`:
57
Operating system required to run the image. (default: `linux`)
58
59
+- term `--cmd <cmd1> <cmd2> …`:
60
+ Default arguments to pass to the entrypoint process.
61
+ This MUST be the last option present as all following arguments are considered part of the CMD entry.
62
+
63
### Authentication options
64
65
- term `--default-username <username>`:
0 commit comments