e2e-tests: Move docker doc to Documentation page
To keep all e2e tests documentation and instructions in one go-to place.
Change-Id: Ie5fc8af928a8ce422c6bd2a11f8329626af087a2
diff --git a/Documentation/dev-e2e-tests.txt b/Documentation/dev-e2e-tests.txt
index 77b80a2..308c3e2 100644
--- a/Documentation/dev-e2e-tests.txt
+++ b/Documentation/dev-e2e-tests.txt
@@ -45,6 +45,12 @@
[warn] Credentials file ~/.sbt/sonatype_credentials does not exist
----
+==== How to build using Docker
+
+----
+docker build . -t e2e-tests
+----
+
==== Setup
If you are running SSH commands, the private keys of the users used for testing need to go in
@@ -100,6 +106,12 @@
sbt "gatling:lastReport"
----
+==== How to run using Docker
+
+----
+docker run -it e2e-tests -s com.google.gerrit.scenarios.ReplayRecordsFromFeederScenario
+----
+
GERRIT
------
Part of link:index.html[Gerrit Code Review]