This repository has been archived by the owner on May 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 375
OCI runtime create failed: flag provided but not defined: -no-pivot: unknown. #409
Labels
duplicate
Same issue as one already reported
Comments
This is a good issue, thanks @wwq19920405! Would you like to file a PR for this? |
It can be related to #134. And it's a limitation by now. Glad if you want to raise a PR to solve this @wwq19920405 |
wwq2333
pushed a commit
to wwq2333/runtime
that referenced
this issue
Jun 20, 2018
This commit add a no-pivot flag (just a warning tip) in kata-runtime create and run cmd. Fixes: kata-containers#409 , kata-containers#134 Signed-off-by: wenqi wang wangwenqi01@baidu.com
wwq2333
pushed a commit
to wwq2333/runtime
that referenced
this issue
Jun 20, 2018
This commit add a no-pivot flag (just a warning tip) in kata-runtime create and run cmd. Fixes: kata-containers#409 , kata-containers#134 Signed-off-by: wenqi wang wangwenqi01@baidu.com
wwq2333
pushed a commit
to wwq2333/runtime
that referenced
this issue
Jun 20, 2018
This commit add a no-pivot flag (just a warning tip) in kata-runtime create and run cmd. Fixes: kata-containers#409 , kata-containers#134 Signed-off-by: wenqi wang wangwenqi01@baidu.com
zklei
pushed a commit
to zklei/runtime
that referenced
this issue
Jun 13, 2019
agent: build as Position-Independent-Executable
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description of problem
Expected result
hello
Actual result
docker: Error response from daemon: OCI runtime create failed: flag provided but not defined: -no-pivot: unknown.
P.S.
Can kata-runtime add this flag to made it is compatible with this special environment, so i can choose the runtime by
docker run --runtime xx
. (kata-runtime can throw a warning, and ignore the flag)The text was updated successfully, but these errors were encountered: