mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-26 10:37:02 +00:00
Beginning of a proper test suite, using qemu. Test just runs docker for now, will add further integration tests. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
6 lines
29 B
Bash
Executable File
6 lines
29 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
docker ps
|