thefactory/marathon-python

No support for "USER" network mode.

Closed this issue · 1 comments

file models/container.py line 52:
NETWORK_MODES = ['BRIDGE', 'HOST', 'NONE']

This version support 'USER' network mode.But new marathon has supported 'USER' mode.