Skip to content
/ casa Public
forked from worph/casa-img

CasaOS inside a Docker container.

License

Notifications You must be signed in to change notification settings

dockur/casa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Version Size Package Pulls

Docker container of CasaOS (an OS for self-hosting).

Features ✨

  • Does not need dedicated hardware or a virtual machine!

Usage 🐳

Via Docker Compose:

services:
  casa:
    image: dockurr/casa
    container_name: casa
    ports:
      - 8080:8080
    volumes:
      - "/home/example:/DATA"
      - "/var/run/docker.sock:/var/run/docker.sock"
    stop_grace_period: 1m

Via Docker CLI:

docker run -it --rm -p 8080:8080 -v /home/example:/DATA -v /var/run/docker.sock:/var/run/docker.sock --stop-timeout 60 dockurr/casa

Screenshot 📸

FAQ 💬

How do I change the storage location?

To change the storage location, include the following bind mount in your compose file:

volumes:
  - /home/example:/DATA

Replace the example path /home/example with the desired storage folder.

Acknowledgements 🙏

Special thanks to @worph

Stars 🌟

Stars