Skip to content

Passing arguments to OCI runtime #2146

Answered by AkihiroSuda
Wonderfall asked this question in Q&A

You must be logged in to vote

Workaround: create /usr/local/bin/runsc-kvm with the following content, and run nerdctl with --runtime=runsc-kvm

#!/bin/sh
exec /usr/local/bin/runsc --platform=kvm "$@"

Replies: 1 comment 2 replies

You must be logged in to vote
2 replies
@Wonderfall

@AkihiroSuda

Answer selected by Wonderfall
# for free to join this conversation on GitHub. Already have an account? # to comment
Category
Q&A
Labels
None yet
2 participants