Browse Source

change pre-built docker image to the one from miguelfreitas

miguelfreitas
Martin Honermeyer 11 years ago
parent
commit
7b5bf210ac
  1. 2
      README.md
  2. 2
      twister-on-docker

2
README.md

@ -33,7 +33,7 @@ Or, alternatively, you can run Twister on an isolated Linux container, using [do @@ -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

2
twister-on-docker

@ -7,7 +7,7 @@ ACTION=${1:-run} @@ -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

Loading…
Cancel
Save