Jump to content

ungeek67

Members
  • Posts

    8
  • Joined

  • Last visited

Report Comments posted by ungeek67

  1. Elegant solution mgutt!

     

    I see the logic of how it works, but for the life of me I can't get it to work... I must be doing something wrong.

     

    Opening up two console windows, triggering events and watching the inotifywait output for the below directories:

    /mnt/cache/system/docker/docker/containers

    /var/lib/docker/containers

     

    I see the same exact same events on both, whereas I'm expecting do see the former directory being very quiet (except for the 30 min sync cycle)

     

    Using Docker directory

    Triple checked the code snippet in go file.

    Can see the 3x RAM-disk related log entries in the system log

    Can see the tmpfs mounted on /var/lib/docker/containers

     

    Anything very obvious I'm overlooking?

     

     

     

  2. On 8/11/2021 at 3:38 AM, bonienl said:

    - Docker labels

    • Docker labels are added to allow people using Docker compose to make use of icons and GUI access
    • Look at a Docker 'run' command output to see exactly what labels are used

     

     

    Has anyone played with this yet? I can only get the the GUI access to work. Label sample below from my docker compose file.

     

        labels:
          net.unraid.docker.icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/sonarr-icon.png
          #net.unraid.docker.managed: dockerman
          net.unraid.docker.webui: http://[IP]:[PORT:8989]/
          

     

     

     

×
×
  • Create New...