Skip to content

Commit

Permalink
Merge pull request yeasy#269 from khs1994/master
Browse files Browse the repository at this point in the history
Update registry
  • Loading branch information
yeasy authored Dec 1, 2017
2 parents cc14818 + 630de25 commit 99b8903
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion repository/registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,13 @@ REPOSITORY TAG IMAGE ID CREAT
对于使用 `upstart` 的系统而言,编辑 `/etc/default/docker` 文件,在其中的 `DOCKER_OPTS` 中增加如下内容:

```bash
DOCKER_OPTS="--insecure-registries=http://192.168.199.100:5000"
DOCKER_OPTS="--registry-mirror=https://registry.docker-cn.com --insecure-registries=192.168.199.100:5000"
```

重新启动服务。

```bash
$ sudo service docker restart
```

#### Ubuntu 16.04+, Debian 8+, centos 7
Expand All @@ -109,6 +115,9 @@ DOCKER_OPTS="--insecure-registries=http://192.168.199.100:5000"

```json
{
"registry-mirror": [
"https://registry.docker-cn.com"
],
"insecure-registries": [
"192.168.199.100:5000"
]
Expand Down

0 comments on commit 99b8903

Please sign in to comment.