Merge fb10263a4b
into 7465244d7d
This commit is contained in:
commit
4dcbbcacaf
4 changed files with 4 additions and 4 deletions
|
@ -87,7 +87,7 @@ ocid is meant to provide an integration path between OCI conformant runtimes and
|
|||
OCID state dir (default: "/var/run/containers/storage")
|
||||
|
||||
**--runtime**=""
|
||||
OCI runtime path (default: "/usr/bin/runc")
|
||||
OCI runtime path (default: "/usr/local/sbin/runc")
|
||||
|
||||
**--selinux**=*true*|*false*
|
||||
Enable selinux support (default: false)
|
||||
|
|
|
@ -55,7 +55,7 @@ The `ocid` table supports the following options:
|
|||
Environment variable list for conmon process (default: ["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",])
|
||||
|
||||
**runtime**=""
|
||||
OCI runtime path (default: "/usr/bin/runc")
|
||||
OCI runtime path (default: "/usr/local/sbin/runc")
|
||||
|
||||
**selinux**=*true*|*false*
|
||||
Enable selinux support (default: false)
|
||||
|
|
|
@ -207,7 +207,7 @@ func DefaultConfig() *Config {
|
|||
Listen: "/var/run/ocid.sock",
|
||||
},
|
||||
RuntimeConfig: RuntimeConfig{
|
||||
Runtime: "/usr/bin/runc",
|
||||
Runtime: "/usr/local/sbin/runc",
|
||||
RuntimeHostPrivileged: "",
|
||||
Conmon: conmonPath,
|
||||
ConmonEnv: []string{
|
||||
|
|
|
@ -46,7 +46,7 @@ chmod +x runc-linux-amd64
|
|||
```
|
||||
|
||||
```
|
||||
sudo mv runc-linux-amd64 /usr/bin/runc
|
||||
sudo mv runc-linux-amd64 /usr/local/sbin/runc
|
||||
```
|
||||
|
||||
Print the `runc` version:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue