From 995916978e7aa46721c7a993a567e467db9ff356 Mon Sep 17 00:00:00 2001 From: Ivan Krutov Date: Sat, 23 Dec 2017 09:16:31 +0300 Subject: [PATCH] Updated CLI flags docs --- docs/cli-flags.adoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/cli-flags.adoc b/docs/cli-flags.adoc index b8214c48..9e347f7e 100644 --- a/docs/cli-flags.adoc +++ b/docs/cli-flags.adoc @@ -13,6 +13,8 @@ The following flags are supported by `selenoid` command: Containers cpu limit as float e.g. 0.2 or 1.0 -disable-docker Disable docker support +-disable-privileged + Whether to disable privileged container mode -disable-queue Disable wait queue -enable-file-upload @@ -37,8 +39,10 @@ The following flags are supported by `selenoid` command: Session idle timeout in time.Duration format (default 1m0s) -version Show version and exit --video-output-dir +-video-output-dir string Directory to save recorded video to (default "video") +-video-recorder-image string + Image to use as video recorder (default "selenoid/video-recorder") ---- For example: