mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-28 01:08:53 +00:00
Remove links in compose #215
This commit is contained in:
parent
1f59ebb225
commit
9c71a03e56
@ -272,24 +272,7 @@ labels:
|
|||||||
|
|
||||||
### `links`
|
### `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`
|
### `logging`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user