Skip to content

Conversation

@justfalter
Copy link
Contributor

Sorry, just one more for the day. This one fixes 'docker stop ...', which was improperly shutting down the server. With this change, you'll notice that minecraft now actually receives a shutdown signal and exit, rather than being killed (and losing data).

Fix to allow signals to pass into the container, properly.
'docker stop ...' was resorting to SIGKILL to stop the container,
which results in data loss. This change switches CMD to 'exec' mode,
ensuring signals make their way to the java process so that things
shut down properly.

- Fix to allow signals to pass into the container, properly.
  'docker stop ...' was resorting to SIGKILL to stop the container,
  which results in data loss. This change switches CMD to 'exec' mode,
  ensuring signals make their way to the java process so that things
  shut down properly.
@itzg
Copy link
Owner

itzg commented Nov 1, 2014

I need to get out of the habit of leaving off the [ ]'s even though I know the difference. Thanks again.

itzg added a commit that referenced this pull request Nov 1, 2014
@itzg itzg merged commit c324403 into itzg:master Nov 1, 2014
@itzg
Copy link
Owner

itzg commented Nov 1, 2014

Built with image ID 2766efa2784e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants