Didstopia / 7dtd-server

Provides a dedicated linux server for 7 Days to Die running inside a Docker container.
MIT License
108 stars 45 forks source link

Unable to reload alpha 16 previous data with new DockerFile #10

Closed chadhutchins182 closed 7 years ago

chadhutchins182 commented 7 years ago

Hello!

I'm attempting to use your latest updates and I am seeing this message when ./docker_run.sh

Reading package lists... E: List directory /var/lib/apt/lists/partial is missing. - Acquire (13: Permission denied) The command '/bin/sh -c apt-get update && apt-get install -y --no-install-recommends xvfb curl wget telnet expect && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100 Unable to find image 'didstopia/7dtd-server:latest' locally latest: Pulling from didstopia/7dtd-server

(I know the last two are normal lines)

The container seems to create but when logging in, it is a new world instead of my old world. I did make a backup copy of my /7dtd_data and replaced the one created during startup with no luck.

Please let me know if I should provide more data. Or if there is anything I can try.

Chad