create new container definition
1 2Usage: forge containers create [options]
1 2--verbose enable verbose mode -k, --key <key> specify the name of the container -h, --help display help for command
This command is used with Forge Container services, which is now in Preview. Preview features are fully supported but remain under active development and may be subject to shorter deprecation windows.
Use forge containers create to register a new container for your app, as well as a corresponding image repository (with its own repository URI). Each app can have a maximum of 10 container repositories.
The key you provide with this command will be the key used for the container's image repository. You'll also use this value as your
container.key value in the manifest.
For a complete list of forge containers subcommands, refer to the command's reference.
Rate this page: