bedrock-server icon indicating copy to clipboard operation
bedrock-server copied to clipboard

error when mounting volumes on fedora33

Open guillaume130679 opened this issue 4 years ago • 0 comments

I get the following error when running the docker command: sudo docker run -d --name=minecraft -v '/minecraft/worlds:/bedrock-server/worlds' -v '/minecraft/server.properties:/bedrock-server/server.properties' --network host --restart=always nguyer/bedrock-server

47a3bb17525f5c12f37581fc31d57f5e072428d3fbf7a59a82d8c10b36010526
docker: Error response from daemon: OCI runtime create failed: container_linux.go:370: starting container process caused: process_linux.go:459: container init caused: rootfs_linux.go:59: mounting "/minecraft/server.properties" to rootfs at "/var/lib/docker/overlay2/7fc39eefbe43dcf6831a3a6ffbc1f439664f56e3a6acb8bfdc0c48769f978373/merged/bedrock-server/server.properties" caused: not a directory: unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type.

guillaume130679 avatar Feb 08 '21 23:02 guillaume130679