10 строки
390 B
Go
10 строки
390 B
Go
// Package app provides experimental utilities to make Compose files more
|
|
// reusable and sharable.
|
|
//
|
|
// The `cmd/docker-app` package generates the `docker-app` binary,
|
|
// see https://github.com/docker/app for more information about it.
|
|
//
|
|
// It can also be used as a library to be integrated in your tools.
|
|
// Usage examples are provided inline with their full documentation.
|
|
package app
|