Files
docker-docs/compose/reference/bundle.md
Gaetan 2ea564166d fix type of keywords entry in frontmatter (in /compose/ dir) (#481)
keywords should be a string, not an array containing one string

Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-07 13:18:56 -08:00

915 B

description, keywords, title
description keywords title
Create a distributed application bundle from the Compose file. fig, composition, compose, docker, orchestration, cli, bundle docker-compose bundle
Usage: bundle [options]

Options:
    --push-images              Automatically push images for any services
                               which have a `build` option specified.

    -o, --output PATH          Path to write the bundle file to.
                               Defaults to "<project name>.dab".

Generate a Distributed Application Bundle (DAB) from the Compose file.

Images must have digests stored, which requires interaction with a Docker registry. If digests aren't stored for all images, you can fetch them with docker-compose pull or docker-compose push. To push images automatically when bundling, pass --push-images. Only services with a build option specified will have their images pushed.