Merge pull request #229 from djmaze/change-docker-image-to-miguelfreitas

change pre-built docker image to the one from miguelfreitas
This commit is contained in:
miguelfreitas 2014-07-03 14:45:04 -04:00
commit 3f219948da
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 # Prepend "sudo -E" if you are not logged in as root
./twister-on-docker run --remote ./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 build
./twister-on-docker run ./twister-on-docker run

View File

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