?
This document uses PHP Chinese website manual Release
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".
從 Compose 文件生成分布式應(yīng)用程序包( DAB )。
圖像必須存儲摘要,這需要與 Docker 注冊表進行交互。如果沒有為所有圖像存儲摘要,可以使用docker-compose pull
或獲取它們docker-compose push
。捆綁時自動推送圖像,通過--push-images
。只有build
指定選項的服務(wù)才會推送其圖像。