use docker alphanet image name that exists on hub.docker.com

This commit is contained in:
Fred Yankowski 2018-05-19 20:58:28 +00:00 committed by Grégoire Henry
parent 376f9b36f9
commit 7eabd8e151

View File

@ -512,7 +512,7 @@ case $(basename $0) in
;;
*)
docker_base_dir="$HOME/.tezos-alphanet"
docker_image=tezos:latest
docker_image=tezos/tezos:alphanet
docker_compose_base_name="alphanet"
default_port=9732
;;