change pre-built docker image to the one from miguelfreitas

This commit is contained in:
Martin Honermeyer 2014-07-03 20:24:55 +02:00
parent f68a2ed72f
commit 7b5bf210ac
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ Or, alternatively, you can run Twister on an isolated Linux container, using [do
# Prepend "sudo -E" if you are not logged in as root
./twister-on-docker run --remote
The above command downloads and runs a [pre-built image](https://index.docker.io/u/mazzolino/twister/) from the Docker index. You can also build and run your own container:
The above command downloads and runs a [pre-built image](https://registry.hub.docker.com/u/miguelfreitas/twister) from the Docker index. You can also build and run your own container:
./twister-on-docker build
./twister-on-docker run

View File

@ -7,7 +7,7 @@ ACTION=${1:-run}
MODE=${2:---local}
IMAGE_NAME=twister
REMOTE_IMAGE_NAME=mazzolino/twister
REMOTE_IMAGE_NAME=miguelfreitas/twister
set -e