No description
| debian | add debian version | |
| fedora-bootc | move fedora image to a dedicated directory | |
| LICENSE | add LICENSE (Apache 2) | |
| README.md | add README | |
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