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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Containerization
2
2
3
3
The Containerization package allows applications to use Linux containers.
4
-
Containerization is written in [Swift](https://www.swift.org) and uses [Virtualization.framework](https://developer.apple.com/documentation/virtualization) on Apple Silicon.
4
+
Containerization is written in [Swift](https://www.swift.org) and uses [Virtualization.framework](https://developer.apple.com/documentation/virtualization) on Apple silicon.
5
5
6
6
Containerization provides APIs to:
7
7
@@ -13,7 +13,7 @@ Containerization provides APIs to:
13
13
- Spawn lightweight virtual machines.
14
14
- Manage the runtime environment of virtual machines.
15
15
- Spawn and interact with containerized processes.
16
-
- Use Rosetta 2 for executing x86_64 processes on Apple Silicon.
16
+
- Use Rosetta 2 for executing x86_64 processes on Apple silicon.
17
17
18
18
Please view the [API documentation]() for information on the Swift packages that Containerization provides.
19
19
@@ -28,7 +28,7 @@ The API allows the runtime environment to be configured and containerized proces
28
28
29
29
## Requirements
30
30
31
-
You need an Apple Silicon Mac to build and run Containerization.
31
+
You need an Apple silicon Mac to build and run Containerization.
32
32
33
33
To build the Containerization package, your system needs either:
0 commit comments