mirror of
https://github.com/docker/docs.git
synced 2026-04-03 09:49:05 +07:00
Remove intermediate build containers
Docker does this by default now.
This commit is contained in:
@@ -305,7 +305,8 @@ class Service(object):
|
||||
build_output = self.client.build(
|
||||
self.options['build'],
|
||||
tag=self._build_tag_name(),
|
||||
stream=True
|
||||
stream=True,
|
||||
rm=True
|
||||
)
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user