Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
headline: Build & publish containers natively
body: Container images are the standard way to package cloud software today. Once you've packaged your server in a container image, you can deploy it on any container-based public or private cloud service, or run it locally using a desktop container runtime. Swift Container Plugin allows you to build and publish container images for your Swift services in one streamlined workflow with Swift Package Manager.
body: Container images are the standard way to package cloud software today. Once you've packaged your server in a container image, you can deploy it on any container-based public or private cloud service, or run it locally using a desktop container runtime. <br /><br /> Swift Container Plugin allows you to build and publish container images for your Swift services in one streamlined workflow with Swift Package Manager.
link:
href: 'https://github.com/apple/swift-container-plugin'
copy: Swift Container Plugin
4 changes: 2 additions & 2 deletions _data/new-data/get-started/cloud-services/hero.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ boxes:
- title: Performant
text: With incredible memory efficiency, Swift operates without a garbage collector, running with predictable speed while using fewer resources.
- title: Lightweight
text: Swift has minimal warm-up operations, making it an ideal fit for running cloud services, which are often rescheduled onto virtual machines or containers.
- title: Scales
text: Swift has minimal warm-up operations, making it an ideal fit for running cloud services, which are often rescheduled onto virtual machines and containers.
- title: Scalable
text: Powering internet-scale cloud services that handle billions of requests a day, Swift is capable of running large production workloads.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ image:
src: /assets/images/get-started/[email protected]
alt:
copy:
headline: Low memory footprint with massive performance
headline: Low memory footprint. Massive performance.
paragraphs:
- 'Cultured Code migrated the services that support Things to Swift and saw a massive reduction in both cost and response time.'
- 'By leveraging Swift’s built-in features and server-oriented packages, they were able to thoroughly test and rapidly improve their customer experience.'
Expand Down