wings icon indicating copy to clipboard operation
wings copied to clipboard

Added option to config.yml to disable docker user namespace remapping for wings

Open argetlam-coder opened this issue 4 years ago • 0 comments

Since wings does not work with docker user namespace remapping enabled, I added an option to the configuration that allows to disable user namespace remapping for wings. This way user namespace remapping does not have to be disabled globally. Other docker containers running on the server can still use user namespace remapping.

If you set the userns_mode option to host, wings will use the default docker namespace. By default, this option is "". Wings then uses the global settings.

argetlam-coder avatar Jan 26 '22 19:01 argetlam-coder