From 564c300907db271e212e9b9761bfdc86b765c60c Mon Sep 17 00:00:00 2001 From: Jason Andrews Date: Mon, 29 Sep 2025 11:36:03 -0500 Subject: [PATCH] Update container CLI for macOS install guide --- content/install-guides/container.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/install-guides/container.md b/content/install-guides/container.md index 22f3be8cb2..96f64095da 100644 --- a/content/install-guides/container.md +++ b/content/install-guides/container.md @@ -46,7 +46,7 @@ sw_vers -productVersion Example output: ```output -15.5 +15.6.1 ``` 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 For example: ```bash -wget https://github.com/apple/container/releases/download/0.2.0/container-0.2.0-installer-signed.pkg +wget https://github.com/apple/container/releases/download/0.4.1/container-0.4.1-installer-signed.pkg ``` Install the package: ```bash -sudo installer -pkg container-0.2.0-installer-signed.pkg -target / +sudo installer -pkg container-0.4.1-installer-signed.pkg -target / ``` This installs the Container binary at `/usr/local/bin/container`. @@ -90,7 +90,7 @@ container --version Example output: ```output -container CLI version 0.2.0 +container CLI version 0.4.1 (build: release, commit: 4ac18b5) ``` ## Build and run a container