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 #1138 from vania-pooh/master
Browse files Browse the repository at this point in the history
Added note about sudo to quick-start-guide
  • Loading branch information
aandryashin authored Aug 31, 2021
2 parents 1042058 + 80c1979 commit 009e498
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/quick-start-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@
. Run one command to start Selenoid:

$ ./cm selenoid start --vnc
+
[WARNING]
====
Running this command with `sudo` can lead to broken installation. Recommended way is running Selenoid as regular user. On Linux to have permissions to access Docker you may need to add your user to `docker` group:
[source,bash]
----
$ sudo usermod -aG docker $USER
----
====
+

. Optionally run one more command to start Selenoid UI:

Expand Down

0 comments on commit 009e498

Please sign in to comment.