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: content/install-guides/container.md
+18-14Lines changed: 18 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Container CLI is an open-source command-line tool from Apple for building and ru
18
18
19
19
The CLI supports the full Open Container Initiative (OCI) workflow: building, running, tagging, and pushing container images.
20
20
21
-
In this guide, you'll learn how to install and use the Container CLI to run Arm Linux containers natively on Apple silicon Macs.
21
+
In this guide, you'll learn how to install and verify the Container CLI to run Arm Linux containers natively on Apple silicon Macs.
22
22
23
23
## Before you begin
24
24
@@ -28,11 +28,12 @@ First, confirm you are using an Apple silicon Mac by running:
28
28
uname -m
29
29
```
30
30
31
-
The output should be:
31
+
The expected output is:
32
32
33
33
```output
34
34
arm64
35
35
```
36
+
36
37
{{% notice Note %}}
37
38
Container CLI supports only Apple silicon Macs (M1, M2, M3, and M4).
38
39
{{% /notice %}}
@@ -43,28 +44,30 @@ Check your macOS version:
43
44
sw_vers -productVersion
44
45
```
45
46
46
-
Example output:
47
+
The output is similar to:
47
48
48
49
```output
49
-
15.6.1
50
+
26.5.1
50
51
```
51
52
52
53
You must run macOS 15.0 or later to use the Container CLI.
53
54
54
55
## Install Container CLI
55
56
56
-
To install Container CLI, go to the [GitHub Releases page](https://github.com/apple/container/releases) and download the latest signed `.pkg` installer.
57
+
To install Container CLI, go to the [GitHub Releases page](https://github.com/apple/container/releases) and download the latest signed `.pkg` installer.
57
58
58
-
For example, the following commands use version `0.11.0`. Replace `0.11.0` with the latest version:
59
+
{{% notice Note %}}
60
+
The following commands use Container CLI version 1.0.0. The same commands work with other versions. Replace the file used in these steps with the file for your version of choice. To find the latest version, see [GitHub Releases](https://github.com/apple/container/releases).
0 commit comments