Skip to content

Commit

Permalink
[README] fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
minoruta committed Mar 16, 2017
1 parent 80aee18 commit 9b296f8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions asterisk/test_bench/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,28 +57,28 @@ allows you to run a whole test of ast_mongo with this test bench.

### `./test halt`
allows you to stop activities of outstanding containers.
It's eauivalent to;
It's equivalent to;
- `docker container stop asterisk.local tester.local ast_mongo1.local ast_mongo2.local ast_mongo3.local`

### `./test clean`
allows you to clean up all of outstanding resouces.
It's eauivalent to;
It's equivalent to;
- `docker container rm -f asterisk.local tester.local ast_mongo1.local ast_mongo2.local ast_mongo3.local`
- `docker network rm ast_mongo`

### `./test asterisk`
allows you to connect a command shell of the asterisk container.
It's eauivalent to;
It's equivalent to;
- `docker exec -it asterisk.local bash`

### `./test tester`
allows you to connect a command shell of the tester container.
It's eauivalent to;
It's equivalent to;
- `docker exec -it tester.local bash`

### `./test ast_mongo[1..3]`
allows you to connect a mongo shell of the specified container.
It's eauivalent to;
It's equivalent to;
- `docker exec -it ast_mongo[1..3].local mongo`

### How to test
Expand Down

0 comments on commit 9b296f8

Please sign in to comment.