mirror of https://github.com/docker/docs.git
Update etcd image in integration tests to 2.2.0
Signed-off-by: Alexandre Beslic <abronan@docker.com>
This commit is contained in:
parent
1c0d40365b
commit
9521a1a964
|
@ -16,7 +16,7 @@ function start_store() {
|
|||
docker_host run -d \
|
||||
--net=host \
|
||||
--name=$CONTAINER_NAME \
|
||||
quay.io/coreos/etcd:v2.0.11 \
|
||||
quay.io/coreos/etcd:v2.2.0 \
|
||||
--listen-client-urls="http://0.0.0.0:${PORT}" \
|
||||
--advertise-client-urls="http://${STORE_HOST}"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue