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
Tell us about your request
In order to avoid network conflicts with docker containers and other company internal resources you often need to configure the network range for docker containers to use to a fixed range.
This works great for linux containers, but when you switch to windows containers the deamon attempts to use the same configruation file and will not start.
As the windows and linux deamons are drastically different in the network handling this is expected. Indeed it is not certain that any configuration you have should apply to both.
As such the DD app should store the configuration for the current container system, so that when on windows you are editing the config for the windows docker engine, and when on Linux you are editing the config for the Linux engine. (or the form should be extended to have 2 config fields, one for the Linux and one for the Windows engine)
Which service(s) is this request for?
Docker desktop for windows
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
WHenever I switch between windows containers and Linux containers I am either met with docker hangs as the deamon can not start, or the network does not work as I need to also manually edit the configuration which is error prone (remembering to do it is the first hurdle!), it is also combersome.
Are you currently working around the issue?
have some files on my desktop
for LXC when networking is broken copy some scripts to kill all containers, then copy paste the settings into docker, restart and try again...
for windows, this is harder as docker hanges crashes and makes it harder to edit the deamon config, but in escence try and get to the UI, paste the detailed and restart.
Additional context
Docker support case number 00136962
The text was updated successfully, but these errors were encountered:
Tell us about your request
In order to avoid network conflicts with docker containers and other company internal resources you often need to configure the network range for docker containers to use to a fixed range.
e.g.
This works great for linux containers, but when you switch to windows containers the deamon attempts to use the same configruation file and will not start.
As the windows and linux deamons are drastically different in the network handling this is expected. Indeed it is not certain that any configuration you have should apply to both.
As such the DD app should store the configuration for the current container system, so that when on windows you are editing the config for the windows docker engine, and when on Linux you are editing the config for the Linux engine. (or the form should be extended to have 2 config fields, one for the Linux and one for the Windows engine)
Which service(s) is this request for?
Docker desktop for windows
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
WHenever I switch between windows containers and Linux containers I am either met with docker hangs as the deamon can not start, or the network does not work as I need to also manually edit the configuration which is error prone (remembering to do it is the first hurdle!), it is also combersome.
Are you currently working around the issue?
have some files on my desktop
Additional context
Docker support case number 00136962
The text was updated successfully, but these errors were encountered: