Skip to content

Public images for Apple silicon-based Orka virtual machines

Notifications You must be signed in to change notification settings

macstadium/orka-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Orka Images

Repository with Orka 3.0 OCI-compatible images.

To get started, run:

orka3 vm deploy --image ghcr.io/macstadium/orka-images/sonoma:latest

Alternatively, create a VM directly with kubectl apply or kubectl create using the following definition:

apiVersion: orka.macstadium.com/v1
kind: VirtualMachineInstance
metadata:
  name: my-orka-vm
  namespace: orka-default
spec:
  image: ghcr.io/macstadium/orka-images/sonoma:latest

SIP Disabled

To deploy a VM with SIP (system integrity protection) disabled, run:

orka3 vm deploy --image ghcr.io/macstadium/orka-images/sonoma:latest-no-sip

Ventura

To deploy a Ventura VM with SIP disabled, run:

orka3 vm deploy --image ghcr.io/macstadium/orka-images/ventura:no-sip

About

Public images for Apple silicon-based Orka virtual machines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages