Update the path of rune binary to /usr/local/bin/rune

This commit is contained in:
Shirong Hao 2020-11-03 08:25:30 +00:00 committed by Zongmin.Gu
parent 9dd94cdbd6
commit 9d059ad057

@ -108,7 +108,7 @@ Add the associated configuration for `rune` in dockerd config file, e.g, `/etc/d
{ {
"runtimes": { "runtimes": {
"rune": { "rune": {
"path": "/usr/bin/rune", "path": "/usr/local/bin/rune",
"runtimeArgs": [] "runtimeArgs": []
} }
} }