Hacker News new | ask | show | jobs
by bahamat 4013 days ago
It's not a different architecture. SmartOS is x86 based, as are the Linux binaries.

What lx-brand zones do is present an alternate system call table to the binaries executed inside the zone. Those "lx" calls are compatible with the Linux system call table and get mapped and/or translated to illumos kernel system calls. Binaries don't know the difference.

1 comments

So Triton is basically (simplifying) Solaris / SmartOS zones with the LX stuff installed?
It's that, plus cloud orchestration (i.e., SmartDataCenter) which includes sdc-docker, providing the Docker API and image management.