marathon
marathon copied to clipboard
Bug: cannot remove container configuration
Once an app is created on Marathon with container
configuration, it is not possible to remove container
configuration without recreating the app.
- GUI JSON mode: removing
container
key or settingcontainer: null
does not remove container configuration - GUI leaving all container fields empty results error
/container: must not be empty
- API:
PATCH
andPUT
withoutcontainer
key or sendingcontainer: null
does not remove container configuration - API:
PATCH
andPUT
sending with emptycontainer
values gives error that docker config is missing