-
-
Notifications
You must be signed in to change notification settings - Fork 473
Closed
Description
Hi 👋
I just came across this project and it seems very promising, thanks for your work!
I have a little issue while setup a docker container with writable volume (it's a database).
I start Colima and I mount the local directory:
colima start --mount /Users/matthieugouel/Documents/Code:rw
Then, I try to create the docker container:
docker run --name clickhouse -v $(pwd)/volumes/clickhouse:/var/lib/clickhouse -p 9000:9000 yandex/clickhouse-server:latest
But the issue is:
chown: changing ownership of '/var/lib/clickhouse/': Read-only file system
It's strange because when I ssh inside the VM I have these rights for the volume directory:
drwxr-xr-x 1 matthieugouel dialout 352 Nov 7 13:45 volumes
Would you have an idea of why this issue is happening?
Best,
Matthieu.
pawelrubin, wwarne, nerdyman, theetrain, kopstill and 4 more
Metadata
Metadata
Assignees
Labels
No labels