From 6fd09eba18ecbc174f94946ac0b6e15a997d3a42 Mon Sep 17 00:00:00 2001 From: Martin Honermeyer Date: Sat, 31 May 2014 19:32:01 +0200 Subject: [PATCH] Rename `docker-container` script to `twister-on-docker` --- README.md | 6 +++--- docker-container => twister-on-docker | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename docker-container => twister-on-docker (100%) diff --git a/README.md b/README.md index ebf881ca..dfdfab88 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/docker-container b/twister-on-docker similarity index 100% rename from docker-container rename to twister-on-docker