Remove links in compose #215

pull/274/head
khs1994 2017-12-03 10:28:35 +08:00
parent 1f59ebb225
commit 9c71a03e56
1 changed files with 1 additions and 18 deletions

View File

@ -272,24 +272,7 @@ labels:
### `links`
链接到其它服务中的容器。使用服务名称(同时作为别名)或服务名称:服务别名 `SERVICE:ALIAS` 格式都可以。
```bash
links:
- db
- db:database
- redis
```
使用的别名将会自动在服务容器中的 `/etc/hosts` 里创建。例如:
```bash
172.17.2.186 db
172.17.2.186 database
172.17.2.187 redis
```
被链接容器中相应的环境变量也将被创建。
不推荐使用该指令。
### `logging`