umbrelOS inside a Docker container.
500K+
Docker container of Umbrel, an OS for self-hosting.
services:
umbrel:
image: dockurr/umbrel
container_name: umbrel
pid: host
ports:
- 80:80
volumes:
- ./umbrel:/data
- /var/run/docker.sock:/var/run/docker.sock
restart: always
stop_grace_period: 1m
docker run -it --rm --name umbrel --pid=host -p 80:80 -v "${PWD:-.}/umbrel:/data" -v "/var/run/docker.sock:/var/run/docker.sock" --stop-timeout 60 docker.io/dockurr/umbrel
To change the storage location, include the following bind mount in your compose file:
volumes:
- ./umbrel:/data
Replace the example path ./umbrel with the desired storage folder or named volume.
See dockur/casa for a CasaOS container.
See dockur/zima for a ZimaOS container.
Content type
Image
Digest
sha256:ae33fe216…
Size
404.8 MB
Last updated
3 days ago
docker pull dockurr/umbrelPulls:
309,608
Last week