Skip to content

Commit 03ed0e5

Browse files
Merge pull request #2364 from jasonrandrews/review
Update container CLI for macOS install guide
2 parents 80f1287 + 564c300 commit 03ed0e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/install-guides/container.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ sw_vers -productVersion
4646
Example output:
4747

4848
```output
49-
15.5
49+
15.6.1
5050
```
5151

5252
You must be running macOS 15.0 or later to use the Container CLI.
@@ -60,13 +60,13 @@ Go to the [GitHub Releases page](https://github.com/apple/container/releases) an
6060
For example:
6161

6262
```bash
63-
wget https://github.com/apple/container/releases/download/0.2.0/container-0.2.0-installer-signed.pkg
63+
wget https://github.com/apple/container/releases/download/0.4.1/container-0.4.1-installer-signed.pkg
6464
```
6565

6666
Install the package:
6767

6868
```bash
69-
sudo installer -pkg container-0.2.0-installer-signed.pkg -target /
69+
sudo installer -pkg container-0.4.1-installer-signed.pkg -target /
7070
```
7171

7272
This installs the Container binary at `/usr/local/bin/container`.
@@ -90,7 +90,7 @@ container --version
9090
Example output:
9191

9292
```output
93-
container CLI version 0.2.0
93+
container CLI version 0.4.1 (build: release, commit: 4ac18b5)
9494
```
9595

9696
## Build and run a container

0 commit comments

Comments
 (0)