docker-compose 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.

© 2013–2016 Docker, Inc.
Licensed under the Apache License, Version 2.0.
Docker and the Docker logo are trademarks or registered trademarks of Docker, Inc. in the United States and/or other countries.
Docker, Inc. and other parties may also have trademark rights in other terms used herein.
https://docs.docker.com/compose/reference/bundle/

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部