version: '2'
services:
service-one:
image: image_one
volumes_from:
- container:some_container
service-two:
image: image_two
问题是,如果我想运行docker-compose up service-two
,即使some_container
是some_container
的依赖关系而不是{{{}},停靠者也会抱怨service-on
不存在1}}。
我如何忽略服务一依赖关系,因为那时我不需要那个容器?