cirruslabs / orchard

Orchestrator for running Tart Virtual Machines on a cluster of Apple Silicon devices
Other
189 stars 13 forks source link

Running other containers #175

Closed rahb3rt closed 2 months ago

rahb3rt commented 2 months ago

Maybe I dont fully understand how OCI works or what the best method is for this. I was curious though, if I wanted to make a deployment using something like Postgres within orchard is this possible? So a linux/postgres image? Is there anything special I would need to do this?

edigaryev commented 2 months ago

I was curious though, if I wanted to make a deployment using something like Postgres within orchard is this possible?

Unfortunately this is not possible, please see https://tart.run/integrations/vm-management/#working-with-a-remote-oci-container-registry:

Tart supports interacting with Open Container Initiative (OCI) registries, but only runs images created and pushed by Tart. This means images created for container engines, like Docker, can't be pulled. Instead, create a custom image as documented above.