You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and doesn't specify container.docker.network, marathon-python fills "network" with "HOST" value and marathon responds as
ERROR:marathon:Got HTTP 400: {"message":"Invalid JSON","details":[{"path":"/container/network","errors":["Mesos Containerizer does not support network"]}]}
The text was updated successfully, but these errors were encountered:
Not only MESOS container type doesn't support docker.network but also on newer versions of marathon you cannot specify container.docker.network when using networks (which is the default behavior now).
Maybe should avoid including this property on the object if not set on MarathonDockerContainer.
when I'm creating app with
and doesn't specify
container.docker.network
, marathon-python fills"network"
with"HOST"
value and marathon responds asThe text was updated successfully, but these errors were encountered: