Works with podman - #281
Conversation
works with podman, causes no issue with docker
probably not 100% compatible with Docker. Starting point for finding a config that is compatible with both
|
Thanks for the PR. Since this is draft, I guess this is not ready for review yet?
Can you say why these are not compatible with docker? |
The changes are required because Docker requires root, Podman not.
|
|
I read a little bit about user remapping and think that it can be used for a solution that works with Podman and Docker and even make it unnecessary to change the permission of |
these changes make the file compatible with
podman compose, which allows to run NOMAD without root.commands are
Changes are minimal and easy to understand. However, I believe that most changes are not compatible with docker.