mirror of https://github.com/docker/docs.git
commit
7b1fee929a
|
|
@ -25,8 +25,6 @@ function teardown() {
|
||||||
run docker_swarm network inspect bridge
|
run docker_swarm network inspect bridge
|
||||||
[ "$status" -ne 0 ]
|
[ "$status" -ne 0 ]
|
||||||
|
|
||||||
sleep 1
|
|
||||||
|
|
||||||
run docker_swarm network inspect node-0/bridge
|
run docker_swarm network inspect node-0/bridge
|
||||||
[[ "${output}" != *"\"Containers\": {}"* ]]
|
[[ "${output}" != *"\"Containers\": {}"* ]]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue