Closed blubkens closed 4 years ago
Hi @joopjuh,
$(pwd)
is used to get the current directory path. I don't remember exactly why I use this but, in my memories, Docker not understand if you use ./server-data:/server-data
in the command line.
Today, I don't use docker run
command line anymore, I prefer Docker Compose or other tools to manage my Docker containers. It is with this intention that the documentation has been updated to display Docker Compose.
It seems you have permission issue. Check them by following these instructions.
Some fixes have been made to better manage the locale and the log file. Update your image by doing docker pull cyrale/project-zomboid
or remove the older image to force Docker to download the newer.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
It's more a question but i can see that you are using $(pwd) for mounting volumes. What does this do and is it required? For example i would like to use a shared folder i have available under /mnt/ When starting the image it stops at the following.