You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/swift-container-plugin/Documentation.docc/Swift-Container-Plugin.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,14 +17,15 @@ Find out more and see it in action:
17
17
*[How to put Swift in a box](https://fosdem.org/2025/schedule/event/fosdem-2025-5116-how-to-put-swift-in-a-box-building-container-images-with-swift-container-plugin/) at [FOSDEM 2025](https://fosdem.org/2025/schedule/track/swift/).
18
18
*[Swift to the cloud in a single step](https://www.youtube.com/watch?v=9AaINsCfZzw) at [ServerSide.Swift 2024](https://www.serversideswift.info/2024/speakers/euan-harris/).
19
19
20
-
## Usage
20
+
###Usage
21
21
22
22
Use the Swift Container Plugin to package an executable product from your Swift package into a container image and publish it to a container registry.
23
23
24
24
To use the plugin:
25
25
-<doc:Adding-the-plugin-to-your-project>
26
26
-<doc:requirements>
27
27
-<doc:authentication>
28
+
28
29
### Build and publish a container image
29
30
30
31
After adding the plugin to your project, you can build and publish a container image in one step.
0 commit comments