Update the path of rune binary to /usr/local/bin/rune
This commit is contained in:
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": []
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user