This issue was posted before (#17644); however it was closed without a solution.
The suggestion to look in the man pages did not solve the issue because it is not documented there.
See https://github.com/podman-container-tools/container-libs/blob/main/common/docs/containers.conf.5.md
The question is still: how to properly configure podman using a configuration file on Windows?
I added the configuration file below to %APPDATA%\Roaming\containers\containers.conf.d and it does not seem to be picked up.
1-userns-keep-id.conf
[containers]
userns = "keep-id"
I wanted to add this setting as a configuration file instead of as runArgs setting in my devcontainer.json files to prevent breaking their compatibility with docker.
This issue was posted before (#17644); however it was closed without a solution.
The suggestion to look in the man pages did not solve the issue because it is not documented there.
See https://github.com/podman-container-tools/container-libs/blob/main/common/docs/containers.conf.5.md
The question is still: how to properly configure podman using a configuration file on Windows?
I added the configuration file below to
%APPDATA%\Roaming\containers\containers.conf.dand it does not seem to be picked up.1-userns-keep-id.conf
I wanted to add this setting as a configuration file instead of as
runArgssetting in mydevcontainer.jsonfiles to prevent breaking their compatibility with docker.