From 7b5bf210ac3a73a88d4a73b12bcee652dbbfed9a Mon Sep 17 00:00:00 2001 From: Martin Honermeyer Date: Thu, 3 Jul 2014 20:24:55 +0200 Subject: [PATCH] change pre-built docker image to the one from miguelfreitas --- README.md | 2 +- twister-on-docker | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dfdfab88..3999abfa 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/twister-on-docker b/twister-on-docker index c452a18e..d56dd377 100755 --- a/twister-on-docker +++ b/twister-on-docker @@ -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