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
Yong Tang cf4b7a5b87 Add compose support of attachable in networks
This fix tries to address the issue raised in 29975 where
it was not possible to specify `attachable` flag for networks
in compose format.

NOTE: Compose format aleady supports `labels` in networks.

This fix adds the support of `attachable` for compose v3.1 format.

Additiona unit tests have been updated and added.

This fix fixes 29975.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2017-02-04 14:16:06 -08:00
..
compose.go Add compose support of attachable in networks 2017-02-04 14:16:06 -08:00
compose_test.go Add compose support of attachable in networks 2017-02-04 14:16:06 -08:00
service.go Make docker stack deploy a little bit more indempotent 2017-01-27 16:09:02 +01: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