mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 19:05:37 +00:00
[GCP] Configure diagnostics server
Signed-off-by: David Gageot <david@gageot.net>
This commit is contained in:
parent
9b156d0cd4
commit
13cc81a1aa
@ -18,6 +18,9 @@ start()
|
||||
"azure")
|
||||
DIAGNOSTICS_SERVER_FLAGS="-http"
|
||||
;;
|
||||
"gcp")
|
||||
DIAGNOSTICS_SERVER_FLAGS="-http"
|
||||
;;
|
||||
"windows")
|
||||
DIAGNOSTICS_SERVER_FLAGS="-hvsock"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user