github.com/docker/app@v0.9.1-beta3.0.20210611140623-a48f773ab002/doc.go (about)

     1  // Package app provides experimental utilities to make Compose files more
     2  // reusable and sharable.
     3  //
     4  // The `cmd/docker-app` package generates the `docker-app` binary,
     5  // see https://github.com/docker/app for more information about it.
     6  //
     7  // It can also be used as a library to be integrated in your tools.
     8  // Usage examples are provided inline with their full documentation.
     9  package app