Docker run errors! #4063
Replies: 1 comment
-
@callmeitachi Just replied to your duplicate discussion here so I will close this discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
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