←back to thread

128 points darthShadow | 1 comments | | HN request time: 0.314s | source
Show context
TZubiri[dead post] ◴[] No.42812385[source]
[flagged]
hobofan ◴[] No.42812412[source]
> It's a naturally vendor neutral tech so migrating should be trivial.

So are the OCI standards that grew out of Docker and now are mostly used separate from (official) Docker.

Is there even a vendor neutral VM image format?

replies(3): >>42812445 #>>42812452 #>>42812605 #
1. TZubiri ◴[] No.42812452[source]
>Is there even a vendor neutral VM image format?

The vendor neutral standard is the Operating System. You don't need the format of the OS at disk to be standardized, that assumes a wild misconception of OS.

The OS integrates with hardware so you typically can't just copy an image between different machines and expect it to work, what's standard is the installation procedure which can be part OS provided and part hardware manufacturer/host provided.

Yes the process for installing the operating and configuring system is a bit of glue that might not be vendor neutral, but if you are obsessing over that and spending time with stuff like terraform you are missing the forest for the trees. It's like open source zealots complaining that github is closed source. You are 99% of the way there, forget about the 1% last mile and just port it manually.