How to run Docker on QNAP NAS Devices
issue openedTheAppgineer/roon-extension-manager
Extension Manager Requires Docker
As in (closed) issue #16 I'm having the exact same issue.
Instead of opening a new issue, I'll go ahead and re-open this one. I too am having the same problem. Here's my complete docker-compose. I'm using macvlan.
`version: "3.7" services: roonserver: image: steefdebruijn/docker-roonserver:latest container_name: roonserver hostname: roonserver restart: unless-stopped networks: vlan4: ipv4_address: 10.0.1.252 environment: TZ: "Europe/London" volumes: - /share/Container-Shared/Docker/roon/app:/app - /share/Container-Shared/Docker/roon/data:/data - /share/Container-Shared/Docker/roon/backup:/backup - /share/Media/Music:/music:ro
roon-extension-manager: image: theappgineer/roon-extension-manager:v1.x-standalone container_name: roon-extension-manager restart: unless-stopped depends_on: - roonserver group_add: - 0 networks: vlan4: ipv4_address: 10.0.1.181 environment: - TZ=Europe/London volumes: - /var/run/docker.sock:/var/run/docker/sock - /share/Container-Shared/Docker/roon/extensions/extension-manager:/home/node/.rem/
networks: vlan4: driver: macvlan driver_opts: parent: eth2.4 ipam: driver: default config: - subnet: 10.0.1.0/24 gateway: 10.0.1.254`
The group of 0 is correct:
[locroot@quint extension-manager]$ stat -c '%g' /var/run/docker.sock 0
And docker.sock exists in the specified location (indeed, watchtower is using it with no issues)
[locroot@quint vlan4stack]$ cd /var/run [locroot@quint run]$ ls d* daemon_mgr.pid dbus@ docker@ docker.pid docker.sock=
This config is from a QNAP NAS. I've tried similar on a Synology, Unraid and an Ubuntu 22.04 VM. The difference being on those configs I used host networking, not macvlan. Still had the same issue.
created time in 8 days
issue commentTheAppgineer/roon-extension-manager
REM says "Extension Manager requires Docker!" when running in NAS Docker
Instead of opening a new issue, I'll go ahead and re-open this one. I too am having the same problem. Here's my complete docker-compose. I'm using macvlan.
`version: "3.7" services: roonserver: image: steefdebruijn/docker-roonserver:latest container_name: roonserver hostname: roonserver restart: unless-stopped networks: vlan4: ipv4_address: 10.0.1.252 environment: TZ: "Europe/London" volumes: - /share/Container-Shared/Docker/roon/app:/app - /share/Container-Shared/Docker/roon/data:/data - /share/Container-Shared/Docker/roon/backup:/backup - /share/Media/Music:/music:ro
roon-extension-manager: image: theappgineer/roon-extension-manager:v1.x-standalone container_name: roon-extension-manager restart: unless-stopped depends_on: - roonserver group_add: - 0 networks: vlan4: ipv4_address: 10.0.1.181 environment: - TZ=Europe/London volumes: - /var/run/docker.sock:/var/run/docker/sock - /share/Container-Shared/Docker/roon/extensions/extension-manager:/home/node/.rem/
networks: vlan4: driver: macvlan driver_opts: parent: eth2.4 ipam: driver: default config: - subnet: 10.0.1.0/24 gateway: 10.0.1.254`
The group of 0 is correct:
[locroot@quint extension-manager]$ stat -c '%g' /var/run/docker.sock 0
And docker.sock exists in the specified location (indeed, watchtower is using it with no issues)
[locroot@quint vlan4stack]$ cd /var/run [locroot@quint run]$ ls d* daemon_mgr.pid dbus@ docker@ docker.pid docker.sock=
This config is from a QNAP NAS. I've tried similar on a Synology, Unraid and an Ubuntu 22.04 VM. The difference being on those configs I used host networking, not macvlan. Still had the same issue.
comment created time in 8 days
startedcharliesjc/volroon
started time in 12 days
startedtobychui/zoraxy
started time in 15 days
startedseangreen2/home_assistant
started time in 2 months
issue openedamir20/dozzle
Add hostnames/labels for remote hosts
Is there anyway, or a plan to add labels or hostnames to remote hosts? Currently I see a list of tcp addresses, which whilst serviceable, isn't ideal.
created time in 2 months
startedDerDanilo/proxmox-stuff
started time in 2 months
startedJamesits/pve-fake-subscription
started time in 3 months
startedleiweibau/Pi.Alert
started time in 3 months