Rename docker-container script to twister-on-docker

This commit is contained in:
Martin Honermeyer 2014-05-31 19:32:01 +02:00
parent 9eaf6ebc3b
commit 6fd09eba18
2 changed files with 3 additions and 3 deletions

View File

@ -31,12 +31,12 @@ Please follow the instructions for your platform:
Or, alternatively, you can run Twister on an isolated Linux container, using [docker](http://docker.io/). Quickstart:
# Prepend "sudo -E" if you are not logged in as root
./docker-container 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:
./docker-container build
./docker-container run
./twister-on-docker build
./twister-on-docker run
> According to our tests, at least 1GB of RAM is needed to compile Twister.