mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
585964bf32
- Diagnose framework that exposes REST API for db interaction - Dockerfile to build the test image - Periodic print of stats regarding queue size - Client and server side for integration with testkit - Added write-delete-leave-join - Added test write-delete-wait-leave-join - Added write-wait-leave-join Signed-off-by: Flavio Crisciani <flavio.crisciani@docker.com>
7 lines
76 B
Docker
7 lines
76 B
Docker
FROM alpine
|
|
|
|
COPY testMain /app/
|
|
|
|
WORKDIR app
|
|
|
|
ENTRYPOINT ["/app/testMain"]
|