Skip to content

Instantly share code, notes, and snippets.

@sunsided
Created February 29, 2020 13:48
Show Gist options
  • Save sunsided/7840e89ff4e11b64a2d7503fafa0290c to your computer and use it in GitHub Desktop.
Save sunsided/7840e89ff4e11b64a2d7503fafa0290c to your computer and use it in GitHub Desktop.

Revisions

  1. sunsided created this gist Feb 29, 2020.
    10 changes: 10 additions & 0 deletions etc-docker-daemon.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    {
    "bip": "172.39.1.5/24",
    "fixed-cidr": "172.39.1.0/25",
    "runtimes": {
    "nvidia": {
    "path": "nvidia-container-runtime",
    "runtimeArgs": []
    }
    }
    }