Unraid Portainer Docker Cotainer in Unraid GUI integrieren
Erscheinungsbild
labels:
- net.unraid.docker.managed=dockerman # dockerman: shows as unraid integraded instead of 3rd party
- net.unraid.docker.webui=https://www.example.com/webui
- net.unraid.docker.description=MyDesription
- net.unraid.docker.shell=sh # not full path like /bin/sh; just sh for shell
# works with external image URL or local path
# external Image URL: at first start the image is loaded localy,
# e.g. https://cdn.jsdelivr.net/gh/selfhst/icons/png/kanboard.png
# /var/local/emhttp/plugins/dynamix.docker.manager/images/kanboard-icon.png
# /var/lib/docker/unraid/images/kanboard-icon.png
# change the icon label to another icon doesnt change it, because the
# old one is local available - delete local first!
#
# local path: e.g. /mnt/cache/docker/appdata/kanboard/kanboard.png
- net.unraid.docker.icon=https://cdn.jsdelivr.net/gh/selfhst/icons/png/kanboard.png