BrandonS

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by BrandonS

  1. YES! This has been a pita for a while. Thanks for the info.
  2. Who can I bribe to get this feature included in 6.4?
  3. For anyone else that stumbles on this thread, I have created a feature request here
  4. Currently the docker UI in unraid is quite complete but it is currently missing the ability to add "commands/args" to the end of the docker run command. There is a work around by putting this info in "Repository" field of the UI but this breaks the update functionality. So it would be great if this could be added to the UI as another field so everything works correctly. For more info you can look here
  5. So I have 2 containers that i need to be able to pass "commands" or "args" to the container at run time. If you look at the docs for docker run you see that there is part of the docker run to add a command and args to the run. With the way unraid has its docker ui setup, the only way to add them is to append them to the run command in the right spot is to add them to the "Repository" section when editing a docker container in the unraid ui. Which looks like this when starting the container The problem with this is that it breaks the update process in unraid since it things that whole string is the image name. Is this something that could be added to the UI to properly support commands/args????