File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ test: test/Vagrantfile boot2docker-virtualbox.box
38
38
nc localhost 8080; \
39
39
echo ' -----> docker-enter `docker ps -l -q` ls -l' ; \
40
40
vagrant ssh -c ' docker-enter `docker ps -l -q` ls -l' ; \
41
+ echo ' -----> docker exec `docker ps -l -q` ls -l' ; \
42
+ docker exec ` docker ps -l -q` ls -l; \
41
43
vagrant suspend
42
44
43
45
ptest : DOCKER_HOST_IP=$(shell cd test; vagrant ssh-config | sed -n "s/[ ]* HostName[ ]* //gp")
@@ -58,6 +60,8 @@ ptest: ptestup
58
60
nc ${DOCKER_HOST_IP} 8080; \
59
61
echo ' -----> docker-enter `docker ps -l -q` ls -l' ; \
60
62
vagrant ssh -c ' docker-enter `docker ps -l -q` ls -l' ; \
63
+ echo ' -----> docker exec `docker ps -l -q` ls -l' ; \
64
+ docker exec ` docker ps -l -q` ls -l; \
61
65
vagrant suspend
62
66
63
67
ptestup : test/Vagrantfile boot2docker-parallels.box
You can’t perform that action at this time.
0 commit comments