Recommend using gVisor as a sandbox
This commit is contained in:
@ -9,12 +9,9 @@ client {
|
||||
|
||||
plugin "docker" {
|
||||
config {
|
||||
allow_runtimes = ["runsc"]
|
||||
gc {
|
||||
image_delay = "0s"
|
||||
}
|
||||
|
||||
# auth {
|
||||
# config = "/root/.docker/config.json"
|
||||
# }
|
||||
}
|
||||
}
|
||||
|
10
docs/resources/docker.daemon.json
Normal file
10
docs/resources/docker.daemon.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"default-runtime": "runsc",
|
||||
"runtimes": {
|
||||
"runsc": {
|
||||
"path": "/usr/bin/runsc",
|
||||
"runtimeArgs": [
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user