1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/cli/compose/convert
Vincent Demeester 3191f5809b
Few stack deploy network fixes
- Make sure we use the correct network name for external ones.
- Make the default network overridable and only creates networks that
  are used by services — so that default network is only created if a
  service doesn't declare a network.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2017-01-10 10:29:09 +01:00
..
compose.go Few stack deploy network fixes 2017-01-10 10:29:09 +01:00
compose_test.go Few stack deploy network fixes 2017-01-10 10:29:09 +01:00
service.go Fix parsing resources from compose file for stack deploy. 2017-01-09 14:22:02 -05:00
service_test.go Fix parsing resources from compose file for stack deploy. 2017-01-09 14:22:02 -05:00
volume.go Replace vendor of aanand/compose-file with a local copy. 2016-12-27 16:17:24 -05:00
volume_test.go Replace vendor of aanand/compose-file with a local copy. 2016-12-27 16:17:24 -05:00