mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 10:31:35 +00:00
Remove rawtcp from diagnostics server
See https://github.com/docker/moby/pull/303 Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
a9e76d2151
commit
2bf06aab05
@ -19,12 +19,10 @@ start()
|
||||
DIAGNOSTICS_SERVER_FLAGS="-http"
|
||||
;;
|
||||
"windows")
|
||||
# TODO(Rolf/David): Are these correct?
|
||||
DIAGNOSTICS_SERVER_FLAGS="-hvsock -rawtcp"
|
||||
DIAGNOSTICS_SERVER_FLAGS="-hvsock"
|
||||
;;
|
||||
"mac")
|
||||
# TODO(Justin/Anil): Are these correct?
|
||||
DIAGNOSTICS_SERVER_FLAGS="-vsock -rawtcp"
|
||||
DIAGNOSTICS_SERVER_FLAGS="-vsock"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user