Skip to content

Passing arguments to OCI runtime #2146

Answered by AkihiroSuda
Wonderfall asked this question in Q&A
Discussion options

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

Comment options

You must be logged in to vote
2 replies
@Wonderfall
Comment options

@AkihiroSuda
Comment options

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