Does anyone know how to get the server to do a clean shutdown for a daily restart? I'm very elementary level with scripting but docker stop allthemods10 and docker restart allthemods10 both just take the container out back and shoot it, which doesn't safely preserve the world and player data. I haven't figured out how to access the Minecraft terminal and send it a /stop command. Edit: I did try the docker attach mentioned earlier in the thread, but that didn't seem to work. I get log readouts but can't run any commands from the window. Probably just doing something wrong.