📜  docker config insecure regis - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:51.981000             🧑  作者: Mango

代码示例1
To add an insecure docker registry, add the file /etc/docker/daemon.json with the following content:

{
    "insecure-registries" : [ "hostname.cloudapp.net:5000" ]
}