mirror of
https://github.com/docker/compose.git
synced 2025-07-24 06:04:57 +02:00
Merge pull request #206 from orchardup/remove-intermediate-build-containers
Remove intermediate build containers
This commit is contained in:
commit
52d0f4d9e7
@ -305,7 +305,8 @@ class Service(object):
|
|||||||
build_output = self.client.build(
|
build_output = self.client.build(
|
||||||
self.options['build'],
|
self.options['build'],
|
||||||
tag=self._build_tag_name(),
|
tag=self._build_tag_name(),
|
||||||
stream=True
|
stream=True,
|
||||||
|
rm=True
|
||||||
)
|
)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user