Page 1 of 1

Error "operation not permitted" when creating container

Posted: 15 Dec 2024, 03:46
by pa64
File: docker-compose.yaml

Code: Select all

services:
  homeassistant:
    container_name: homeassistant
    image: "homeassistant/home-assistant"
    environment:
      - PUID=0
      - PGID=0
      - TZ=Europe/Madrid
    volumes:
      - homeassistant_config:/config
      - /etc/localtime:/etc/localtime:ro
    restart: unless-stopped
    privileged: true
    network_mode: host
    ports:
      - 8123:8123

Code: Select all

docker-compose up
[+] Running 0/1
 ⠸ Container homeassistant  Creating                                                                                                                                                      0.3s 
Error response from daemon: open /Volume1/@apps/DockerEngine/DockerData/overlay2/345cce26d3a3aa525093c240c60362d7e1d6b97126540c83939ca846c7797904-init/merged/dev/console: operation not permitted
Any thoughts?

Re: Error "operation not permitted" when creating container

Posted: 11 Jan 2025, 15:36
by neoz
pa64 wrote: 15 Dec 2024, 03:46
Hi @pa64!

I don't know if you still have the problem (from 14 of Dec! uau) but in the Terramaster community you have a detailed guide about how run Home Assistant in Terramaster Docker environment: https://tmnascommunity.eu/download/homeassistant-2/

I hope this helps you!