Installation fails with PermissionError: [Errno 13] Permission denied on Debian
              
              #589
            
            -
        
 | 
  
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
| 
         In case of this is interesting for someone else: If you want to use dockge with podman you have to edit  in and in You also have to run an instead of you have to use After this, you have to run and as root: IMHO the documentation should be updated to this or podman should be removed from the documentation.  | 
  
Beta Was this translation helpful? Give feedback.
In case of this is interesting for someone else: If you want to use dockge with podman you have to edit
compose.yamland changein
and
in
You also have to run
an instead of
you have to use
After this, you have to run
and as root:
IMHO the documentation should be updated to this or podman should be removed fr…