-
|
Today I wanted to create a new server using an existing world. In the past, I've done this by using the following command to create the container.
After it's created, the container turns on and the console shows it is unpacking a bunch of things and then it errors out and shuts down with the following error. I can create a container without any issues when I am not pointing it to the volume so I suspect that's my issue but not sure how to fix it so I can play in my world. Any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
The image name needs to be the last argument on the command line, so move the |
Beta Was this translation helpful? Give feedback.
The image name needs to be the last argument on the command line, so move the
-vlike this