Skip to content

Commit

Permalink
Merge pull request #33 from mattrobenolt/patch-1
Browse files Browse the repository at this point in the history
Make `force_pull_image` actually work
  • Loading branch information
mbabineau committed Jun 3, 2015
2 parents 4f5c299 + ad0363b commit b97be7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions marathon/models/container.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def __init__(self, image=None, network='HOST', port_mappings=None, parameters=No
]
self.parameters = parameters or {}
self.privileged = privileged or False
self.force_pull_image = force_pull_image or False


class MarathonContainerPortMapping(MarathonObject):
Expand Down

0 comments on commit b97be7f

Please sign in to comment.