Skip to content

Commit

Permalink
Merge pull request #165 from Ziy1-Tan/patch-1
Browse files Browse the repository at this point in the history
add prefix `kuasar-` for container runtime
  • Loading branch information
Burning1020 committed Sep 20, 2024
2 parents feb4e71 + a060652 commit f7cca8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Since Kuasar is a low-level container runtime, all interactions should be done v

+ For vmm, quark or runc, run the following scripts:

`examples/run_example_container.sh vmm`, `examples/run_example_container.sh quark` or `examples/run_example_container.sh runc`
`examples/run_example_container.sh kuasar-vmm`, `examples/run_example_container.sh kuasar-quark` or `examples/run_example_container.sh kuasar-runc`

+ For wasm: Wasm container needs its own container image so our script has to build and import the container image at first.

Expand Down

0 comments on commit f7cca8a

Please sign in to comment.