←back to thread

364 points Klasiaster | 2 comments | | HN request time: 0.458s | source
Show context
prmoustache ◴[] No.41857207[source]
> docker run -it --privileged --network=host --device=/dev/kvm -v $(pwd)/asterinas:/root/asterinas asterinas/asterinas:0.9.3

Is that the new generation of curl | bashism in action?

replies(3): >>41857251 #>>41858101 #>>41859535 #
1. wslh ◴[] No.41857251[source]
Is the "--privileged" option ironic here? The project is very interesting, but it feels a bit pedantic, especially when emphasizing Rust's safety features while downplaying Linux. At the same time, it seems they're not fully applying those principles themselves, which makes it feel like they're not quite 'eating their own lunch'.
replies(1): >>41857527 #
2. prmoustache ◴[] No.41857527[source]
A bit below in the github readme there is a link to the handbook where they explain how to build and run the project using cargo:

https://asterinas.github.io/book/osdk/guide/run-project.html