Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #31 from vania-pooh/master
Browse files Browse the repository at this point in the history
Docs about new features
  • Loading branch information
vania-pooh authored Jun 17, 2017
2 parents d01efa8 + ed79788 commit d4deb0c
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docs/selenoid-commands.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Supported commands are:
| configure | Creates Selenoid configuration file (implies download)
| download | Downloads Selenoid binary or container image
| start | Starts Selenoid process or container (implies download and configure)
| status | Shows actual configuration status (whether Selenoid is downloaded, configured or running)
| stop | Stops Selenoid process or container
| update | Updates Selenoid and configuration to latest version
|===
Expand All @@ -55,5 +56,11 @@ Use `--browsers` to limit browsers to be configured, `--tmpfs` - to add https://
* `start` command configures Selenoid and starts it:

$ ./cm selenoid start

By default Selenoid data is stored in `~/.aerokube/selenoid` but you can specify another directory using `--config-dir` flag.
+
By default Selenoid data is stored in `~/.aerokube/selenoid` but you can specify another directory using `--config-dir` flag. To download images with VNC server (to see live browser screen) use `--vnc` flag:

$ ./cm selenoid start --vnc
+
To change Selenoid maximum parallel sessions add `--limit` flag:

$ ./cm selenoid start --limit 10

0 comments on commit d4deb0c

Please sign in to comment.