diff options
| author | 李玺康 <[email protected]> | 2020-08-10 11:21:15 +0800 |
|---|---|---|
| committer | 李玺康 <[email protected]> | 2020-08-10 11:21:15 +0800 |
| commit | b1d41746b00db03490fa0a7224677a2c274e9bb6 (patch) | |
| tree | 0e9f8e44428f3eb08f0f54843b8aef379e0a520b /install_docker/daemon.json | |
Diffstat (limited to 'install_docker/daemon.json')
| -rw-r--r-- | install_docker/daemon.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/install_docker/daemon.json b/install_docker/daemon.json new file mode 100644 index 0000000..49753b2 --- /dev/null +++ b/install_docker/daemon.json @@ -0,0 +1,10 @@ +{ + "insecure-registries": [ + "10.16.43.130:5080", + "192.168.40.153:9080" + ], + "registry-mirrors":[ + "https://d8b3zdiw.mirror.aliyuncs.com" + ], + "data-root": "/data/docker" +}
\ No newline at end of file |
