1
0
Fork
You've already forked apple-container-stuff
0
No description
  • Shell 80.6%
  • Dockerfile 19.4%
2026年06月22日 21:23:41 +01:00
debian add debian version 2026年06月22日 21:21:56 +01:00
fedora-bootc move fedora image to a dedicated directory 2026年06月22日 21:21:44 +01:00
LICENSE add LICENSE (Apache 2) 2026年06月22日 21:23:41 +01:00
README.md add README 2026年06月22日 21:22:03 +01:00

Apple container stuff

Experiments with Apple container machines.

Use at your own risk, these are just experiments.

Tested on Tahoe 26.5.1 and container 1.0.0.

Usage

Build the image:

$ cd fedora-bootc
$ container build -t local/fedora-bootc-apple:44 .

Create the container machine:

$ container machine create local/fedora-bootc-apple:44 --name mini-fedora --cpus 2 --memory 4G

Run it:

$ container machine run -n mini-fedora