Skip to content

Commit

Permalink
Merge pull request #212 from DavidZisky/patch-1
Browse files Browse the repository at this point in the history
Update container.py
  • Loading branch information
solarkennedy authored Aug 28, 2017
2 parents 210e42e + e8520f9 commit bbacd0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marathon/models/container.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class MarathonDockerContainer(MarathonObject):
:param bool force_pull_image: Force a docker pull before launching
"""

NETWORK_MODES = ['BRIDGE', 'HOST', 'NONE']
NETWORK_MODES = ['BRIDGE', 'HOST', 'USER', 'NONE']
"""Valid network modes"""

def __init__(self, image=None, network='HOST', port_mappings=None, parameters=None, privileged=None,
Expand Down

0 comments on commit bbacd0d

Please sign in to comment.