File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -423,11 +423,11 @@ ENV HYGON_VISIBLE_DEVICES="all" \
423423# # Runs:
424424# # - With container runtime installed:
425425# # + If installed Iluvatar container runtime as default runtime, try with:
426- # # docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock --privileged ...
426+ # # docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock --privileged -v /usr/local/corex:/usr/local/corex:ro ...
427427# # + If there are mulitple container runtimes installed, try with:
428- # # docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock --privileged --runtime iluvatar ...
428+ # # docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock --privileged --runtime iluvatar -v /usr/local/corex:/usr/local/corex:ro ...
429429# # + Disallowing privileged, try with:
430- # # docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock ...
430+ # # docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock --runtime iluvatar -v /usr/local/corex:/usr/local/corex:ro ...
431431# # - Without container runtime installed:
432432# # + Allowing privileged, try with:
433433# # docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock --privileged -v /usr/local/corex:/usr/local/corex:ro ...
You can’t perform that action at this time.
0 commit comments