Remove references to macOS 26 beta. (#702)

## Type of Change
- [ ] Bug fix
- [ ] New feature  
- [ ] Breaking change
- [x] Documentation update
This commit is contained in:
J Logan
2025-10-01 15:27:35 -07:00
committed by GitHub
parent d045e5b0f0
commit ffc1195556
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -225,7 +225,7 @@ You will often see these two options abbreviated and specified together as `-ti`
Your web server is accessible from other containers as well as from your host. Launch a second container using your `web-test` image, and this time, specify a `curl` command to retrieve the `index.html` content from the first container.
> [!NOTE]
> Container relies on the new features and enhancements present in the macOS 26 beta.
> Container relies on the new features and enhancements present in macOS 26.
> As a result, the functionality of accessing the web server from another container will not work on macOS 15.
> See https://github.com/apple/container/blob/main/docs/technical-overview.md#macos-15-limitations for more details.