Network aliases are now part of the network dictionary

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2016-02-18 12:04:07 -08:00
commit 825a0941f0
7 changed files with 54 additions and 82 deletions

View file

@ -451,24 +451,6 @@ id.
net: "none"
net: "container:[service name or container name/id]"
### network_aliases
> [Version 2 file format](#version-2) only.
Alias names for this service on each joined network. All networks referenced
here must also appear under the `networks` key.
networks:
- some-network
- other-network
network_aliases:
some-network:
- alias1
- alias3
other-network:
- alias2
- alias4
### network_mode
> [Version 2 file format](#version-2) only. In version 1, use [net](#net).
@ -493,6 +475,19 @@ Networks to join, referencing entries under the
- some-network
- other-network
#### aliases
Alias names for this service on the specified network.
networks:
some-network:
aliases:
- alias1
- alias3
other-network:
aliases:
- alias2
### pid
pid: "host"