In this section:

This section details security procedures used with the EdgeView SCC.

Docker Security

The following configuration settings are recommended to help secure your instance of Docker and provide additional reliability. 

Edit or create the file located at /etc/docker/daemon.json and add the comments below:

{
"icc": false,
"live-restore": true,
"userland-proxy": false,
"no-new-privileges": true
}

Restart the Docker daemon for the changes to take effect.