I have the following line in my compose file’s service configuration:
userns_mode: "keep-id"
When trying to convert the compose file, podlet outputs the following error:
Error:
0: File `compose-debugging.yaml` is not a valid compose file
1: services.test: unknown attribute "userns_mode", extensions must start with 'x-' (see https://docs.docker.com/compose/compose-file/#extension) at line 3 column 5
This should be supported by Quadlet in container/Kube units, according to the documentation.
I have the following line in my compose file’s service configuration:
When trying to convert the compose file, podlet outputs the following error:
This should be supported by Quadlet in container/Kube units, according to the documentation.