1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-03-17 21:18:37 +02:00

Update README.md

This commit is contained in:
Tim Voronov 2020-09-10 21:43:31 -04:00 committed by GitHub
parent ccaf15e1f4
commit 6e971738de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,11 +99,11 @@ go get github.com/MontFerret/ferret
## Environment
In order to use all Ferret features, you will need to have Chrome either installed locally or running in Docker.
For ease of use we recommend to run Chrome inside a Docker container:
For ease of use we recommend to run [Chromium inside a Docker container](https://github.com/MontFerret/chromium):
```sh
docker pull alpeware/chrome-headless-stable:ver-83.0.4103.61
docker run -d -p 9222:9222 -e CHROME_OPTS='--disable-dev-shm-usage --full-memory-crash-report' alpeware/chrome-headless-stable:ver-83.0.4103.61
docker pull montferret/chromium
docker run -d -p 9222:9222 montferret/chromium
```
But if you want to see what's happening during query execution, just start your Chrome with remote debugging port: