mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-26 20:18:52 +00:00
log what we are doing in tests, and split pull and run
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
7d4ac3f24d
commit
c17aa175b6
@ -1,8 +1,9 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
set -e
|
set -ex
|
||||||
|
|
||||||
docker info
|
docker info
|
||||||
docker ps
|
docker ps
|
||||||
|
docker pull alpine
|
||||||
docker run alpine true
|
docker run alpine true
|
||||||
docker swarm init
|
docker swarm init
|
||||||
|
Loading…
Reference in New Issue
Block a user