diff options
author | Elijah Sparrow <elijah@riseup.net> | 2016-01-13 15:27:47 -0800 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2016-04-01 12:26:09 -0400 |
commit | eb55be39cea024b253ee784dc304e72f1af94d7f (patch) | |
tree | 56bc90e275bb71c5f79bca7202aa0b782cc53126 /docker/README.rst | |
parent | 746d76c8e6f02ba417b7fb9d47630c4e83b40126 (diff) |
update docker readme
fix docker readme to reflect the proper commands
Diffstat (limited to 'docker/README.rst')
-rw-r--r-- | docker/README.rst | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/docker/README.rst b/docker/README.rst index 70d44809..4a2d08e7 100644 --- a/docker/README.rst +++ b/docker/README.rst @@ -6,11 +6,9 @@ Here we have several tools that leverages docker to ease Bitmask testing. ``bitmask-docker.sh`` is a helper script to ``build`` and ``run`` the bitmask app, here is an example usage:: - $ ./bitmask-docker build # build docker image - $ ./bitmask-docker init ro bitmask-nightly.json # initialize all the stuff needed - # .... - $ ./bitmask-docker.sh run - + $ ./bitmask-docker.sh build # build docker image + $ ./bitmask-docker.sh init bitmask-nightly.json # initialize (takes time) + $ ./bitmask-docker.sh run # run bitmask in docker ``bitmask-nightly.json`` is the version specifier for each bitmask component that will be used to run bitmask. |