Add USER parameter to the form of creating a new app #381
Unanswered
AmadeusGraves
asked this question in
Q&A
Replies: 2 comments
-
Sorry for my English, it isn't my first language. |
Beta Was this translation helpful? Give feedback.
0 replies
-
i search and i find in this url a better explanation of this issue https://jtreminio.com/blog/running-docker-containers-as-current-host-user/ and a possible temporary solution explained doesn't work sadly |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In docker exists one parameter that you allowed to create a new user when you execute
docker run
, the parameter is-u
, this parameter is not mapped in the form.This parameter is necesary for docker images like filebrowser, because this image has this error.
filebrowser/filebrowser#704
Beta Was this translation helpful? Give feedback.
All reactions