Skip to content

Instantly share code, notes, and snippets.

@stephenprater
Created September 14, 2016 03:47
Show Gist options
  • Save stephenprater/629dab709bbb8a4e1acc7fc1f7bed8ae to your computer and use it in GitHub Desktop.
Save stephenprater/629dab709bbb8a4e1acc7fc1f7bed8ae to your computer and use it in GitHub Desktop.
diff --git compose/service.py compose/service.py
index 7bb36cd..5f8cd41 100644
--- compose/service.py
+++ compose/service.py
@@ -719,7 +719,7 @@ class Service(object):
path=path,
tag=self.image_name,
stream=True,
- rm=True,
+ rm=False,
forcerm=force_rm,
pull=pull,
nocache=no_cache,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment