docker / libcompose

*Unmaintained/Deprecated* An experimental go library providing Compose-like functionality
https://godoc.org/github.com/docker/libcompose
Apache License 2.0
585 stars 191 forks source link

Added extends support when given as string #457

Closed surajnarwade closed 7 years ago

surajnarwade commented 7 years ago

Now if extends is given as string as in below docker-compose file,

version: '2'
services:
  foo:
    image: foo

  bar:
    extends: foo

libcompose will support it.

surajssd commented 7 years ago

LGTM!

cdrage commented 7 years ago

LGTM