Joone Blog

Linux Container for ChromeOS

Posted on Jul 12, 2018

Recently, ChromeOS started to support Linux applications. Google hadn't allowed ChromeOS to run native applications due to security reasons. Finally, they found a way to support Linux applications through container technology.

It is worth reading the discussion about CrOSVM on Hacker News because the original author joined the discussion. Here is an article about the ChromeOS Linux container:

https://www.zdnet.com/article/chrome-os-could-be-getting-containers-for-running-linux-vms/

There is also a YouTube video:

https://www.youtube.com/watch?v=s9mrR2tqVbQ

Here is the README about CrOSVM.

The interesting thing is that it is implemented in Rust. Google now seriously uses Rust for its products, which is good news for the Rust community.