Dijkstra0

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Dijkstra0

  1. Hi, I am trying to get the net.unraid.docker.shell label to work on a container, i have tried setting it to /bin/bash, /bin/sh, sh, bash and Shell all of these result in the terminal opening and closing straight away. I also noticed that unraid well remember, what is set to and not updated as it being changed only way I found to get unraid to update the info to the container through the unraid ui, before starting it again. Also is there any documentation on these labels as the best i found is these three lines from the unraid source $c['Icon'] = $info['Config']['Labels']['net.unraid.docker.icon'] ?? false; $c['Url'] = $info['Config']['Labels']['net.unraid.docker.webui'] ?? false; $c['Shell'] = $info['Config']['Labels']['net.unraid.docker.shell'] ?? false; Knowing what inputs they are expecting would be nice, is it also there appears to be an net.unraid.docker.managed label but with out any documentation on these labels that I van find i don't know weather I would want to set or not or even what to set it to.