File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ sw_vers -productVersion
4646Example output:
4747
4848``` output
49- 15.5
49+ 15.6.1
5050```
5151
5252You 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
6060For 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
6666Install 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
7272This installs the Container binary at ` /usr/local/bin/container ` .
@@ -90,7 +90,7 @@ container --version
9090Example 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
You can’t perform that action at this time.
0 commit comments