mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-27 15:37:27 +00:00
Containerise the stress tests for virtio and Hyper-V sockets from https://github.com/rneugeba/virtsock See README.md for more details Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
4 lines
82 B
Docker
4 lines
82 B
Docker
FROM scratch
|
|
COPY . ./
|
|
CMD ["/bin/tini", "/bin/virtsock_stress", "-s", "-v", "1"]
|