Skip to content

Commit

Permalink
Merge pull request #4 from boffbowsh/master
Browse files Browse the repository at this point in the history
Fix container options not being sent to marathon
  • Loading branch information
mbabineau committed Aug 6, 2014
2 parents 29951c2 + 8fd6468 commit c116102
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions marathon/models/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def json_encode(self):
return {
'cmd': self.cmd,
'constraints': [c.json_encode() for c in self.constraints],
'container': self.container,
'cpus': self.cpus,
'env': self.env,
'executor': self.executor,
Expand Down

0 comments on commit c116102

Please sign in to comment.