Yomiko
Yomiko copied to clipboard
Docker documentation for those who cannot use the Dockerfile traditionally?
Hey!
So I'm running unRAID and anything I wanna add to it with dockers needs to be done in a little different way.
Basically what is required besides the Dockerfile is all necessary path and port mappings, variables, etc...
The Dockerfile leads me to believe that I have to map the port 5000 to the host for WebUI access, the path /usr/src/app to a host path of preference for appdata and set the shell to bash.
Networking I set to bridge, privileged execution is false and that's that I guess?
Maybe I should also define PUID and PGID?
So far the execution of the docker always stops. :/