mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-22 04:24:17 +00:00
change pre-built docker image to the one from miguelfreitas
This commit is contained in:
parent
f68a2ed72f
commit
7b5bf210ac
@ -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
|
||||
|
@ -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…
x
Reference in New Issue
Block a user