Skip to content

Commit

Permalink
add prefix 'kuasar-' for container runtime
Browse files Browse the repository at this point in the history
Signed-off-by: Ziyi Tan <[email protected]>
  • Loading branch information
Ziy1-Tan authored Sep 16, 2024
1 parent 88c3b4d commit da961ae
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 da961ae

Please sign in to comment.