compose/cli
Sebastiaan van Stijn b4c8a9dc5f
mobycli: ignore SIGURG on Linux and Darwin
Equivalent of fff164c22e
and cedaf44ea2

In go1.14+, SIGURG is used by the runtime to handle preemtable system calls.
In practice this signal is caught *frequently*.

For reference:

https://go.googlesource.com/proposal/+/master/design/24543-non-cooperative-preemption.md
golang/go#37942

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-06-07 12:44:55 +02:00
..
cmd showcase simpler command design by using API options as cobra flags target 2021-06-03 17:58:54 +02:00
config Compose as a cli plugin 2021-04-22 17:51:29 +02:00
formatter build: Update golangci-lint 2021-05-19 15:00:53 +00:00
metrics Add cp command 2021-05-01 18:20:52 -07:00
mobycli mobycli: ignore SIGURG on Linux and Darwin 2021-06-07 12:44:55 +02:00
options Add connection flags to root command 2021-03-05 14:34:49 +01:00
server remove obsolete compose grpc service 2021-06-01 15:33:55 +02:00
main.go use interceptor to implement ACI-specific flags 2021-05-19 16:00:26 +02:00
main_test.go Compose as a cli plugin 2021-04-22 17:51:29 +02:00