Explorar o código

Remove intermediate build containers

Docker does this by default now.
Ben Firshman %!s(int64=11) %!d(string=hai) anos
pai
achega
7a9228ad75
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      fig/service.py

+ 2 - 1
fig/service.py

@@ -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: