Error "operation not permitted" when creating container

Discussion about Docker
Locked
User avatar
pa64
Posts: 1
Joined: 04 Dec 2024, 18:56
Spain

Error "operation not permitted" when creating container

Post 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?
User avatar
neoz
Posts: 23
Joined: 19 Dec 2024, 17:01
Andorra

Re: Error "operation not permitted" when creating container

Post 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!
F4-424 Pro - TOS 6
Locked

Return to “Docker”