In this section:
This section details security procedures used with the EdgeView SCC.
The following configuration settings are recommended to help secure your instance of Docker and provide additional reliability. To enable, you can do either of the following:
Edit the file located at /etc/docker/daemon.json and add the comments below:
{
"icc": false,
"disable-legacy-registry": true,
"live-restore": true,
"userland-proxy": false,
"no-new-privileges": true
}
OR