docker run error #542
Unanswered
callmeitachi
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@callmeitachi Thanks for reporting the issue! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have the following command:
sudo docker run --rm --pull always -p 80:8000 -v /home/hadoop/mydata:/mydata surrealdb/surrealdb:latest start --log trace --auth --user root --pass root file:/mydata/mydatabase.db
An error was happened "2024-05-17T11:16:56.066396Z ERROR surreal::cli: There was a problem with the database: There was a problem with a datastore transaction: Failed to create RocksDB directory:
Os { code: 13, kind: PermissionDenied, message: "Permission denied" }
."
how to deal with it?
If it didn't have the file:/path configure,it will be run successful!
Beta Was this translation helpful? Give feedback.
All reactions