mirror of
https://github.com/docker/compose.git
synced 2025-08-15 14:48:14 +02:00
- Event may contain more information in some cases. Don't assume order or format - Don't assume ports are always exposed on 0.0.0.0 by default - Absence of HostConfig in a create payload sometimes causes an error at the engine level - In Swarm, volume names are prefixed by "<node_name>/" - When testing against Swarm, the default network driver is overlay - Ensure custom test networks are always attachable - Handle Swarm network names - Some params moved to host config in recent (1.21+) version - Conditional test skips for Swarm environments Signed-off-by: Joffrey F <joffrey@docker.com>
8 lines
77 B
YAML
8 lines
77 B
YAML
version: '2.2'
|
|
services:
|
|
web:
|
|
command: "top"
|
|
|
|
db:
|
|
command: "top"
|