Skip to content

Commit 5061814

Browse files
committed
chore: comment
Signed-off-by: thxCode <thxcode0824@gmail.com>
1 parent c1b8132 commit 5061814

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pack/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 ...

0 commit comments

Comments
 (0)