mirror of https://github.com/docker/docs.git
fix issue with last docker
Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
parent
88ff2baa96
commit
068a587f17
|
@ -63,7 +63,7 @@ function teardown() {
|
|||
|
||||
run docker_swarm run -c 10240 busybox sh
|
||||
[ "$status" -ne 0 ]
|
||||
[[ "${lines[0]}" == *"no resources available to schedule container"* ]]
|
||||
[[ "${output}" == *"no resources available to schedule container"* ]]
|
||||
|
||||
# The number of running containers should be still 0.
|
||||
run docker_swarm ps -a
|
||||
|
|
Loading…
Reference in New Issue