Yomiko icon indicating copy to clipboard operation
Yomiko copied to clipboard

Docker documentation for those who cannot use the Dockerfile traditionally?

Open GlassedSilver opened this issue 4 years ago • 5 comments

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. :/

GlassedSilver avatar Jun 02 '20 06:06 GlassedSilver