sirixdb / sirix

SirixDB is an an embeddable, bitemporal, append-only database system and event store, storing immutable lightweight snapshots. It keeps the full history of each resource. Every commit stores a space-efficient snapshot through structural sharing. It is log-structured and never overwrites data. SirixDB uses a novel page-level versioning approach.

Home Page:https://sirix.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error response from daemon: error while creating mount source path '/opt/sirix/sirix-data': mkdir /opt/sirix: read-only file system

Aminmalek opened this issue · comments

Describe the bug
I ran container of keycloack with sudo docker compose up keycloak and the then sudo docker compose up and I had this error

 ✔ Container sirix-keycloak-1  Running                                                                                    0.0s 
Attaching to sirix-keycloak-1, sirix-server-1
Error response from daemon: error while creating mount source path '/opt/sirix/sirix-data': mkdir /opt/sirix: read-only file system

To Reproduce
Steps to reproduce the behavior.

Expected behavior
to start the docker container right after

Additional context

Screenshot from 2023-06-25 01-18-34

Thanks for opening your first issue 🦁 Your feedback, is the most valuable thing besides PRs 💚

Maybe a suggestion from the answers in https://stackoverflow.com/questions/45764477/docker-compose-error-while-creating-mount-source-path

helps?

it seems that there a problem in docker installed with snap I'm trying to solve it

Let me know... hope you'll get the docker container to run.

i fixed this issue with purging docker installed by snap and install the official version
issue link