moby/cli/command/stack
Vincent Demeester 158388ef8d
Do not panic if network is nil
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>
2016-11-21 17:59:29 +01:00
..
cmd.go refactor help func in CLI 2016-11-17 10:54:10 -08:00
common.go Remove duplication of name mangling. 2016-11-10 11:28:18 -05:00
deploy.go Do not panic if network is nil 2016-11-21 17:59:29 +01:00
deploy_bundlefile.go Restore stack deploy integration test with dab 2016-11-10 11:28:19 -05:00
list.go Fix several issues with go vet and go fmt 2016-11-17 06:31:28 -08:00
opts.go Reinstate --bundle-file argument to 'docker deploy' 2016-11-10 11:28:18 -05:00
ps.go Replace all "Filter" field with "Filters" for consistency 2016-11-01 23:09:30 +08:00
remove.go Make experimental a runtime flag 2016-10-24 15:20:01 -07:00
services.go Replace all "Filter" field with "Filters" for consistency 2016-11-01 23:09:30 +08:00