Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 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

  • Create it (if it doesn't exist) and then restart Docker to enable.

 

Pagebreak