wings/environment/docker
Daniel Barton 48abf9bb0e Correct stop signal handling
Uses strings to reference signals - This is what docker API is expecting
Rename and Replace Terminate() so we aren't assuming the container immediately dies just because we sent it a signal
^C is now considered a SIGINT (as it should be) however this wont take effect until the panel is updated - use ^SIGINT in egg stop instead
2023-07-01 17:49:44 +08:00
..
api.go chore: reformat code 2022-10-06 09:58:42 -06:00
container.go environment(docker): improve logging and stacks 2023-01-17 11:47:27 -07:00
environment.go environment(docker): improve logging and stacks 2023-01-17 11:47:27 -07:00
power.go Correct stop signal handling 2023-07-01 17:49:44 +08:00
stats.go environment(docker): fix podman compatibility (#151) 2022-11-06 13:33:01 -07:00