Mike Ryan 9fe8d6cca6 Use 'exec' syntax, fix signal handling
- 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.
2014-11-01 18:17:15 -05:00
2014-07-17 01:56:03 +00:00
2014-07-14 14:16:47 -05:00
2014-05-17 15:38:17 -07:00
2014-05-17 15:38:17 -07:00

dockerfiles

Contains the various Dockerfile definitions I'm maintaining.

Description
Languages
Shell 97.1%
Dockerfile 2.3%
Mermaid 0.6%