Skip to content

Commit 2127832

Browse files
committed
docs: Move whole network permission section into a note
1 parent 7ac78a8 commit 2127832

File tree

1 file changed

+8
-8
lines changed
  • Sources/swift-container-plugin/Documentation.docc

1 file changed

+8
-8
lines changed

Sources/swift-container-plugin/Documentation.docc/build.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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...

0 commit comments

Comments
 (0)