Skip to content
forked from dockur/umbrel

UmbrelOS inside a Docker container.

License

Notifications You must be signed in to change notification settings

Polygons1/umbrel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UmbrelOS

Build Version Size Package Pulls

Docker container of UmbrelOS, making it possible to run it everywhere instead of needing a dedicated device.

Features ✨

  • Does not need dedicated hardware or a virtual machine!

Usage 🐳

Via Docker Compose:

services:
  umbrel:
    image: dockurr/umbrel
    container_name: umbrel
    ports:
      - 80:80
    volumes:
      - "/data:/data"
      - "/var/run/docker.sock:/var/run/docker.sock"
    stop_grace_period: 1m

Via Docker CLI:

docker run -it --rm -p 80:80 -v /data:/data -v /var/run/docker.sock:/var/run/docker.sock --stop-timeout 60 dockurr/umbrel

Important

In order for this container to work correctly, it's required that the binded /data folder is also called /data on your host.

So do NOT modify the line /data:/data, you cannot use a custom location unfortunately.

Stars 🌟

Stars

About

UmbrelOS inside a Docker container.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 87.4%
  • Dockerfile 10.3%
  • Shell 2.3%