You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: