mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 19:05:37 +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
|
||||
|
||||
set -e
|
||||
set -ex
|
||||
|
||||
docker info
|
||||
docker ps
|
||||
docker pull alpine
|
||||
docker run alpine true
|
||||
docker swarm init
|
||||
|
Loading…
Reference in New Issue
Block a user