Skip to content

Commit ccc864f

Browse files
Merge pull request #3120 from jasonrandrews/review2
Update Container CLI version
2 parents 33e94e4 + 98ac012 commit ccc864f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

content/install-guides/container.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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.4.1/container-0.4.1-installer-signed.pkg
63+
wget https://github.com/apple/container/releases/download/0.11.0/container-0.11.0-installer-signed.pkg
6464
```
6565

6666
Install the package:
6767

6868
```bash
69-
sudo installer -pkg container-0.4.1-installer-signed.pkg -target /
69+
sudo installer -pkg container-0.11.0-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.4.1 (build: release, commit: 4ac18b5)
93+
container CLI version 0.11.0 (build: release, commit: d9b8a8d)
9494
```
9595

9696
## Build and run a container

0 commit comments

Comments
 (0)