mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-15 17:10:37 +00:00
moby: rewrite diagnostics server in Go
This will make it easier to add a vsock interface as well as a regular TCP/IP one. As a side-effect, the server is now able to handle more than one concurrent request! Signed-off-by: David Scott <dave.scott@docker.com>
This commit is contained in:
@@ -35,7 +35,6 @@ COPY packages/docker/bin/* /usr/bin/
|
||||
COPY packages/docker/etc /etc/
|
||||
COPY packages/diagnostics/diagnostics /usr/bin/
|
||||
COPY packages/diagnostics/diagnostics-server /usr/bin/
|
||||
COPY packages/diagnostics/diagnostics-download /usr/bin/
|
||||
COPY packages/diagnostics/etc /etc/
|
||||
COPY packages/automount/etc /etc/
|
||||
COPY packages/ntp15m/etc /etc/
|
||||
|
||||
Reference in New Issue
Block a user