mirror of
https://github.com/docker/cli.git
synced 2026-09-26 01:10:35 -04:00
2638cd6f3d38e6c580a479dcc399a7c4591788af
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>
Languages
Go
92.3%
Shell
5.4%
Dockerfile
1.1%
Go-Checksums
0.7%
Makefile
0.3%
Other
0.2%