mirror of
https://github.com/docker/cli.git
synced 2026-08-30 02:24:27 -05:00
network is `nil` if the following case:
```
services:
foo:
image: nginx
networks:
mynetwork:
```
It's a valid compose so we should not panic.
Signed-off-by: Vincent Demeester <vincent@sbr.pm>