File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Sources/swift-container-plugin/Documentation.docc Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ The plugin exposes the command `build-container-image` which you invoke to build
1616* The ` --repository ` argument specifies the repository to which the plugin will upload the finished image.
1717
1818> Note: on macOS, the plugin needs permission to connect to the network to publish the image to the registry.
19-
20- ```
21- Plugin ‘ContainerImageBuilder’ wants permission to allow all network connections on all ports.
22- Stated reason: “This command publishes images to container registries over the network”.
23- Allow this plugin to allow all network connections on all ports? (yes/no)
24- ```
25-
26- Type ` yes ` to continue.
19+ >
20+ > ```
21+ > Plugin ‘ContainerImageBuilder’ wants permission to allow all network connections on all ports.
22+ > Stated reason: “This command publishes images to container registries over the network”.
23+ > Allow this plugin to allow all network connections on all ports? (yes/no)
24+ > ```
25+ >
26+ > Type `yes` to continue.
2727
2828```
2929 Building for debugging...
You can’t perform that action at this time.
0 commit comments