mirror of
https://github.com/apple/container.git
synced 2026-08-28 11:26:32 +00:00
Updating latest macOS and Xcode versions (#49)
Co-authored-by: madhu <mvenugopal@apple.com>
This commit is contained in:
+2
-2
@@ -2,8 +2,8 @@
|
||||
|
||||
To build the `container` project, your system needs either:
|
||||
|
||||
- macOS 15 or newer and Xcode 17 beta.
|
||||
- macOS Developer Preview.
|
||||
- macOS 15 or newer and Xcode 26 Beta
|
||||
- macOS 26 Beta 1
|
||||
|
||||
## Compile and test
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ Install `container` on your Mac.
|
||||
|
||||
You need an Apple silicon Mac to run `container`. To build it, see the [BUILDING](./BUILDING.md) document.
|
||||
|
||||
`container` is designed to use the new features in the macOS Developer Preview. You can run the tool on macOS 15, but the `container` maintainers typically will not address issues discovered on macOS 15 that cannot be reproduced on the macOS Developer Preview.
|
||||
`container` relies on the new features and enhancements present in the macOS 26 Beta 1. You can run the tool on macOS 15, but the `container` maintainers typically will not address issues discovered on macOS 15 that cannot be reproduced on the macOS 26 Beta 1.
|
||||
|
||||
There are [significant networking limitations](/docs/technical-overview.md#macos-15-limitations) that impact the usability `container` on macOS 15.
|
||||
|
||||
|
||||
@@ -67,7 +67,7 @@ Currently, memory pages freed to the Linux operating system by processes running
|
||||
|
||||
### macOS 15 limitations
|
||||
|
||||
`container` relies on the new features and enhancements present in the macOS Developer Preview. You can run `container` on macOS 15, but you will need to be aware of some user experience quirks and functional limitations. There is no plan to address issues found with macOS 15 that cannot be reproduced in the macOS Developer Preview.
|
||||
`container` relies on the new features and enhancements present in the macOS 26 Beta 1. You can run `container` on macOS 15, but you will need to be aware of some user experience and functional limitations. There is no plan to address issues found with macOS 15 that cannot be reproduced in the macOS 26 Beta 1.
|
||||
|
||||
#### Network isolation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user