mirror of https://github.com/docker/cli.git
15 lines
162 B
Plaintext
15 lines
162 B
Plaintext
|
id: id_baz
|
||
|
name: baz
|
||
|
mode: global
|
||
|
replicas: 2/4
|
||
|
image:
|
||
|
ports: *:80->8080/tcp
|
||
|
|
||
|
id: id_bar
|
||
|
name: bar
|
||
|
mode: replicated
|
||
|
replicas: 2/4
|
||
|
image:
|
||
|
ports: *:80->8080/tcp
|
||
|
|