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
When deploying a container with host networking, it seems OK in the web gui after recreating via a PATCH request, however, the container itself is still reporting "NetworkMode": "default".
I tried to restart/recreate it multiple times from the web GUI and it is still the same.
Desired Behavior
The container should have NetworkMode": "host".
The text was updated successfully, but these errors were encountered:
Actual Behavior
When deploying a container with
host
networking, it seems OK in the web gui after recreating via a PATCH request, however, the container itself is still reporting"NetworkMode": "default"
.I tried to restart/recreate it multiple times from the web GUI and it is still the same.
Desired Behavior
The container should have
NetworkMode": "host"
.The text was updated successfully, but these errors were encountered: