Browse Source

Rename `docker-container` script to `twister-on-docker`

miguelfreitas
Martin Honermeyer 11 years ago
parent
commit
6fd09eba18
  1. 6
      README.md
  2. 0
      twister-on-docker

6
README.md

@ -31,12 +31,12 @@ Please follow the instructions for your platform: @@ -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.

0
docker-container → twister-on-docker

Loading…
Cancel
Save