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

Nov 10, 2024
e6381c6 Β· Nov 10, 2024

History

51 Commits
Nov 10, 2024
Aug 20, 2024
Sep 5, 2024
Aug 7, 2024
Aug 30, 2024
Jul 22, 2024
Jul 22, 2024
Jul 22, 2024
Sep 1, 2024
Aug 30, 2024
Jul 27, 2024
Aug 30, 2024
Nov 10, 2024
Jul 22, 2024
Aug 30, 2024
Nov 10, 2024
Jul 27, 2024
Sep 5, 2024
Nov 10, 2024
Nov 10, 2024

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.

Stars 🌟

Stars