I encountered a Docker runtime error when trying to run with runsc. I wrote it in /etc/docker/daemon.json
{
"runtimes": {
"runsc": {
"path": "/usr/local/bin/runsc",
"runtimeArgs": []
}
}
}
and then restarted docker several times, but when I looked at the run, there were still only two and no runsc.
Also, when I use docker info --format '{{.SecurityOptions}}'
Command, seccomp is confined to the unconfined space, on which the docker info | grep -i runtimes command is confined, on which an error WARNING is displayed: daemon is not using the default seccomp profile, but I also went to github and downloaded default.json and put it there under /etc/docker